Lines Matching refs:test_setopt
178 test_setopt(curl, CURLOPT_DEBUGFUNCTION, my_trace); in test()
179 test_setopt(curl, CURLOPT_DEBUGDATA, &config); in test()
181 test_setopt(curl, CURLOPT_VERBOSE, 1L); in test()
188 test_setopt(curl, CURLOPT_POST, 1L); in test()
192 test_setopt(curl, CURLOPT_TRANSFERTEXT, 1L); in test()
196 test_setopt(curl, CURLOPT_POSTFIELDSIZE, (long) sizeof(databuf)); in test()
197 test_setopt(curl, CURLOPT_READFUNCTION, read_callback); in test()
200 test_setopt(curl, CURLOPT_WRITEFUNCTION, write_callback); in test()
203 test_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctl_callback); in test()
205 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); in test()
207 test_setopt(curl, CURLOPT_URL, URL); in test()
210 test_setopt(curl, CURLOPT_PROXYAUTH, (long)CURLAUTH_ANY); in test()