Searched refs:http_status (Results 1 – 1 of 1) sorted by relevance
358 int http_status; in make_http_soap_request() local916 http_status = 0; in make_http_soap_request()928 http_status = atoi(tmp); in make_http_soap_request()941 if (http_status == 100) { in make_http_soap_request()945 } while (http_status == 100); in make_http_soap_request()1100 if (http_status >= 300 && http_status < 400) { in make_http_soap_request()1146 } else if (http_status == 401) { in make_http_soap_request()1306 if (http_status >= 400) { in make_http_soap_request()
Completed in 9 milliseconds