Searched refs:cgi_status (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dutil_script.c424 int cgi_status = HTTP_UNSET; local
502 * cgi_status gets used, let's test it explicitly.
508 if ((cgi_status == HTTP_UNSET) && (r->method_number == M_GET)) {
597 r->status = cgi_status = atoi(l);
598 if (!ap_is_HTTP_VALID_RESPONSE(cgi_status))

Completed in 18 milliseconds