Lines Matching refs:easy_setopt
90 easy_setopt(curl, CURLOPT_URL, URL);
91 easy_setopt(curl, CURLOPT_VERBOSE, 1L);
92 easy_setopt(curl, CURLOPT_HEADER, 1L);
95 easy_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctlcallback);
96 easy_setopt(curl, CURLOPT_IOCTLDATA, &counter);
97 easy_setopt(curl, CURLOPT_READFUNCTION, readcallback);
98 easy_setopt(curl, CURLOPT_READDATA, &counter);
101 easy_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)strlen(UPLOADTHIS));
103 easy_setopt(curl, CURLOPT_POST, 1L);
106 easy_setopt(curl, CURLOPT_TRANSFERTEXT, 1L);
108 easy_setopt(curl, CURLOPT_PROXY, libtest_arg2);
109 easy_setopt(curl, CURLOPT_PROXYUSERPWD, libtest_arg3);
110 easy_setopt(curl, CURLOPT_PROXYAUTH,