Lines Matching defs:http
28 #include "http-utils.h"
1488 long http = 0;
1513 curl_easy_getinfo(ctx->curl, CURLINFO_RESPONSE_CODE, &http);
1514 wpa_printf(MSG_DEBUG, "SOAP: Server response code %ld", http);
1515 if (http != 200) {
1517 wpa_printf(MSG_INFO, "HTTP download failed - code %ld", http);
1601 long http = 0;
1640 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &http);
1641 wpa_printf(MSG_DEBUG, "curl: Server response code %ld", http);
1642 if (http != 200) {
1644 wpa_printf(MSG_INFO, "HTTP download failed - code %ld", http);
1668 long http = 0;
1703 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &http);
1704 wpa_printf(MSG_DEBUG, "curl: Server response code %ld", http);
1705 if (http != 200) {
1707 wpa_printf(MSG_INFO, "HTTP POST failed - code %ld", http);