Searched refs:http_status (Results 1 – 2 of 2) sorted by relevance
289 int http_status; in make_http_soap_request() local837 http_status = 0; in make_http_soap_request()849 http_status = atoi(tmp); in make_http_soap_request()862 if (http_status == 100) { in make_http_soap_request()866 } while (http_status == 100); in make_http_soap_request()1017 if (http_status >= 300 && http_status < 400) { in make_http_soap_request()1063 } else if (http_status == 401) { in make_http_soap_request()1226 if (http_status >= 400) { in make_http_soap_request()
124 TG(req)->http_status = SG(sapi_headers).http_response_code; in sapi_tux_send_headers()
Completed in 9 milliseconds