Lines Matching refs:http
1488 long http = 0; in soap_send_receive() local
1513 curl_easy_getinfo(ctx->curl, CURLINFO_RESPONSE_CODE, &http); in soap_send_receive()
1514 wpa_printf(MSG_DEBUG, "SOAP: Server response code %ld", http); in soap_send_receive()
1515 if (http != 200) { in soap_send_receive()
1517 wpa_printf(MSG_INFO, "HTTP download failed - code %ld", http); in soap_send_receive()
1601 long http = 0; in http_download_file() local
1640 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &http); in http_download_file()
1641 wpa_printf(MSG_DEBUG, "curl: Server response code %ld", http); in http_download_file()
1642 if (http != 200) { in http_download_file()
1644 wpa_printf(MSG_INFO, "HTTP download failed - code %ld", http); in http_download_file()
1668 long http = 0; in http_post() local
1703 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &http); in http_post()
1704 wpa_printf(MSG_DEBUG, "curl: Server response code %ld", http); in http_post()
1705 if (http != 200) { in http_post()
1707 wpa_printf(MSG_INFO, "HTTP POST failed - code %ld", http); in http_post()