http_error 319 sapi/cgi/cgi_main.c static const http_error http_error_codes[] = {
http_error 402 sapi/cgi/cgi_main.c http_error *err = (http_error*)http_error_codes;
http_error 93 sapi/nsapi/nsapi.c short http_error; /* 0 in normal mode; for errors the HTTP error code */
http_error 701 sapi/nsapi/nsapi.c if (rc->http_error) {
http_error 702 sapi/nsapi/nsapi.c slprintf(buf, sizeof(buf), "%d", rc->http_error);
http_error 938 sapi/nsapi/nsapi.c request_context->http_error = (error_directive) ? rq->status_num : 0;