Lines Matching refs:curl_easy_setopt
64 curl_easy_setopt(hnd, CURLOPT_BUFFERSIZE, 102400L); in test()
65 curl_easy_setopt(hnd, CURLOPT_URL, URL); in test()
66 curl_easy_setopt(hnd, CURLOPT_NOPROGRESS, 1L); in test()
73 curl_easy_setopt(hnd, CURLOPT_MIMEPOST, mime1); in test()
74 curl_easy_setopt(hnd, CURLOPT_USERAGENT, "curl/2000"); in test()
75 curl_easy_setopt(hnd, CURLOPT_FOLLOWLOCATION, 1L); in test()
76 curl_easy_setopt(hnd, CURLOPT_MAXREDIRS, 50L); in test()
77 curl_easy_setopt(hnd, CURLOPT_HTTP_VERSION, in test()
79 curl_easy_setopt(hnd, CURLOPT_VERBOSE, 1L); in test()
80 curl_easy_setopt(hnd, CURLOPT_FTP_SKIP_PASV_IP, 1L); in test()
81 curl_easy_setopt(hnd, CURLOPT_TCP_KEEPALIVE, 1L); in test()