Lines Matching refs:test_setopt
100 test_setopt(curl, CURLOPT_URL, URL);
101 test_setopt(curl, CURLOPT_VERBOSE, 1L);
102 test_setopt(curl, CURLOPT_HEADER, 1L);
105 test_setopt(curl, CURLOPT_POSTFIELDS, UPLOADTHIS);
108 test_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctlcallback);
109 test_setopt(curl, CURLOPT_IOCTLDATA, &counter);
110 test_setopt(curl, CURLOPT_READFUNCTION, readcallback);
111 test_setopt(curl, CURLOPT_READDATA, &counter);
114 test_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)strlen(UPLOADTHIS));
116 test_setopt(curl, CURLOPT_POST, 1L);
117 test_setopt(curl, CURLOPT_PROXY, libtest_arg2);
118 test_setopt(curl, CURLOPT_PROXYUSERPWD, libtest_arg3);
119 test_setopt(curl, CURLOPT_PROXYAUTH,