Lines Matching refs:test_setopt
181 test_setopt(curl, CURLOPT_DEBUGFUNCTION, my_trace); in test()
182 test_setopt(curl, CURLOPT_DEBUGDATA, &config); in test()
184 test_setopt(curl, CURLOPT_VERBOSE, 1L); in test()
191 test_setopt(curl, CURLOPT_POST, 1L); in test()
195 test_setopt(curl, CURLOPT_TRANSFERTEXT, 1L); in test()
199 test_setopt(curl, CURLOPT_POSTFIELDSIZE, (long) sizeof(databuf)); in test()
200 test_setopt(curl, CURLOPT_READFUNCTION, read_callback); in test()
203 test_setopt(curl, CURLOPT_WRITEFUNCTION, write_callback); in test()
206 test_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctl_callback); in test()
208 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); in test()
210 test_setopt(curl, CURLOPT_URL, URL); in test()
214 test_setopt(curl, CURLOPT_PROXYAUTH, (long)CURLAUTH_ANY); in test()