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