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