Home | History | Annotate | Download | only in libtest

Lines Matching refs:test_setopt

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