Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_http.c355 int http_status; in make_http_soap_request() local
910 http_status = 0; in make_http_soap_request()
922 http_status = atoi(tmp); in make_http_soap_request()
935 if (http_status == 100) { in make_http_soap_request()
939 } while (http_status == 100); in make_http_soap_request()
1091 if (http_status >= 300 && http_status < 400) { in make_http_soap_request()
1137 } else if (http_status == 401) { in make_http_soap_request()
1300 if (http_status >= 400) { in make_http_soap_request()
/PHP-5.5/sapi/tux/
H A Dphp_tux.c124 TG(req)->http_status = SG(sapi_headers).http_response_code; in sapi_tux_send_headers()

Completed in 25 milliseconds