Home
last modified time | relevance | path

Searched refs:http_status (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/soap/
H A Dphp_http.c289 int http_status; in make_http_soap_request() local
837 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()
/PHP-5.3/sapi/tux/
H A Dphp_tux.c124 TG(req)->http_status = SG(sapi_headers).http_response_code; in sapi_tux_send_headers()

Completed in 8 milliseconds