Searched refs:http_status (Results 1 – 1 of 1) sorted by relevance
352 int http_status; in make_http_soap_request() local924 http_status = 0; in make_http_soap_request()936 http_status = atoi(tmp); in make_http_soap_request()949 if (http_status == 100) { in make_http_soap_request()953 } while (http_status == 100); in make_http_soap_request()1101 if (http_status >= 300 && http_status < 400) { in make_http_soap_request()1148 } else if (http_status == 401) { in make_http_soap_request()1303 if (http_status >= 400) { in make_http_soap_request()
Completed in 11 milliseconds