Lines Matching refs:test_setopt
95 test_setopt(curl, CURLOPT_URL, URL); in test()
96 test_setopt(curl, CURLOPT_VERBOSE, 1L); in test()
97 test_setopt(curl, CURLOPT_HEADER, 1L); in test()
100 test_setopt(curl, CURLOPT_POSTFIELDS, UPLOADTHIS); in test()
104 test_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctlcallback); in test()
105 test_setopt(curl, CURLOPT_IOCTLDATA, &counter); in test()
107 test_setopt(curl, CURLOPT_READFUNCTION, readcallback); in test()
108 test_setopt(curl, CURLOPT_READDATA, &counter); in test()
111 test_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)strlen(UPLOADTHIS)); in test()
113 test_setopt(curl, CURLOPT_POST, 1L); in test()
114 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); in test()
115 test_setopt(curl, CURLOPT_PROXYUSERPWD, libtest_arg3); in test()
116 test_setopt(curl, CURLOPT_PROXYAUTH, in test()