Lines Matching refs:test_setopt
75 test_setopt(curl, CURLOPT_URL, URL);
76 test_setopt(curl, CURLOPT_PROXY, libtest_arg2);
77 test_setopt(curl, CURLOPT_HTTPHEADER, hhl);
78 test_setopt(curl, CURLOPT_PROXYHEADER, phl);
79 test_setopt(curl, CURLOPT_HEADEROPT, CURLHEADER_SEPARATE);
80 test_setopt(curl, CURLOPT_POST, 0L);
81 test_setopt(curl, CURLOPT_UPLOAD, 1L);
82 test_setopt(curl, CURLOPT_VERBOSE, 1L);
83 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
84 test_setopt(curl, CURLOPT_HEADER, 1L);
85 test_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite);
86 test_setopt(curl, CURLOPT_READFUNCTION, read_callback);
87 test_setopt(curl, CURLOPT_HTTPPROXYTUNNEL, 1L);
88 test_setopt(curl, CURLOPT_INFILESIZE, (long)strlen(data));