Lines Matching refs:CURL
23 * No error handling for curl requests.
28 * to curl.
29 * - curl does not close sockets when connection is closed and no
33 * - curl returns 0 or 1 ms for timeout even when nothing will be done;
48 #include <curl/curl.h>
164 CURL *curl_handle;
718 PRINT_VERBOSE2("received bytes from curl: %zu", realsize);
751 return CURL_READFUNC_PAUSE;//TODO curl pause should be used
783 PRINT_VERBOSE2("given POST bytes to curl: %zd", ret);
912 PRINT_VERBOSE2("curl will request '%s'", proxy->url);
1099 PRINT_VERBOSE2("curl timeout %ld", timeout_curl);
1143 PRINT_VERBOSE("run curl");
1157 PRINT_VERBOSE("A curl handler is done");
1175 PRINT_VERBOSE2("bad curl result (%i) for '%s'", msg->data.result, proxy->url);
1277 " -h, --curl-verbose Print debug information for curl.\n"
1281 " -4, --curl-ipv4 Curl may use IPv4 to connect to the final destination.\n"
1282 " -6, --curl-ipv6 Curl may use IPv6 to connect to the final destination.\n"
1283 " If neither --curl-ipv4 nor --curl-ipv6 is set,\n"
1308 {"curl-verbose", no_argument, 0, 'h'},
1312 {"curl-ipv4", no_argument, 0, '4'},
1313 {"curl-ipv6", no_argument, 0, '6'},