Lines Matching refs:test_setopt
91 test_setopt(curl, CURLOPT_URL, URL);
94 test_setopt(curl, CURLOPT_POST, 1L);
98 test_setopt(curl, CURLOPT_TRANSFERTEXT, 1L);
102 test_setopt(curl, CURLOPT_READFUNCTION, read_callback);
105 test_setopt(curl, CURLOPT_READDATA, &pooh);
108 test_setopt(curl, CURLOPT_VERBOSE, 1L);
111 test_setopt(curl, CURLOPT_HEADER, 1L);
114 test_setopt(curl, CURLOPT_HTTPHEADER, slist);
117 test_setopt(curl, CURLOPT_HTTPAUTH, (long)CURLAUTH_DIGEST);
118 test_setopt(curl, CURLOPT_USERPWD, "foo:bar");