Lines Matching refs:easy_setopt
93 easy_setopt(curl, CURLOPT_URL, URL); in test()
94 easy_setopt(curl, CURLOPT_VERBOSE, 1L); in test()
95 easy_setopt(curl, CURLOPT_HEADER, 1L); in test()
99 easy_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctlcallback); in test()
100 easy_setopt(curl, CURLOPT_IOCTLDATA, &counter); in test()
102 easy_setopt(curl, CURLOPT_READFUNCTION, readcallback); in test()
103 easy_setopt(curl, CURLOPT_READDATA, &counter); in test()
106 easy_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)strlen(uploadthis)); in test()
108 easy_setopt(curl, CURLOPT_POST, 1L); in test()
109 easy_setopt(curl, CURLOPT_PROXY, libtest_arg2); in test()
110 easy_setopt(curl, CURLOPT_PROXYUSERPWD, libtest_arg3); in test()
111 easy_setopt(curl, CURLOPT_PROXYAUTH, in test()