http_error        355 sapi/cgi/cgi_main.c static const http_error http_error_codes[] = {
http_error        450 sapi/cgi/cgi_main.c 					http_error *err = (http_error*)http_error_codes;
http_error        346 sapi/fpm/fpm/fpm_main.c static const http_error http_error_codes[] = {
http_error        441 sapi/fpm/fpm/fpm_main.c 					http_error *err = (http_error*)http_error_codes;
http_error        100 sapi/nsapi/nsapi.c 	short http_error; /* 0 in normal mode; for errors the HTTP error code */
http_error        772 sapi/nsapi/nsapi.c 	if (rc->http_error) {
http_error        773 sapi/nsapi/nsapi.c 		slprintf(buf, sizeof(buf), "%d", rc->http_error);
http_error       1019 sapi/nsapi/nsapi.c 	request_context->http_error = (error_directive) ? rq->status_num : 0;