Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_http.c361 int http_status; in make_http_soap_request() local
939 http_status = 0; in make_http_soap_request()
951 http_status = atoi(tmp); in make_http_soap_request()
964 if (http_status == 100) { in make_http_soap_request()
968 } while (http_status == 100); in make_http_soap_request()
1135 if (http_status >= 300 && http_status < 400) { in make_http_soap_request()
1182 } else if (http_status == 401) { in make_http_soap_request()
1339 if (http_status >= 400) { in make_http_soap_request()

Completed in 12 milliseconds