Searched refs:http_status (Results 1 – 2 of 2) sorted by relevance
293 int http_status; in make_http_soap_request() local848 http_status = 0; in make_http_soap_request()860 http_status = atoi(tmp); in make_http_soap_request()873 if (http_status == 100) { in make_http_soap_request()877 } while (http_status == 100); in make_http_soap_request()1029 if (http_status >= 300 && http_status < 400) { in make_http_soap_request()1075 } else if (http_status == 401) { in make_http_soap_request()1238 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 8 milliseconds