Home | History | Annotate | Download | only in libtest

Lines Matching refs:easy_setopt

139         easy_setopt(easy[num_handles], CURLOPT_HTTPAUTH, CURLAUTH_NTLM);
143 easy_setopt(easy[num_handles], CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
145 easy_setopt(easy[num_handles], CURLOPT_FRESH_CONNECT, 1L);
146 easy_setopt(easy[num_handles], CURLOPT_URL, full_url);
147 easy_setopt(easy[num_handles], CURLOPT_VERBOSE, 1L);
148 easy_setopt(easy[num_handles], CURLOPT_HTTPGET, 1L);
149 easy_setopt(easy[num_handles], CURLOPT_USERPWD, "testuser:testpass");
150 easy_setopt(easy[num_handles], CURLOPT_WRITEFUNCTION, callback);
151 easy_setopt(easy[num_handles], CURLOPT_WRITEDATA, easy + num_handles);
152 easy_setopt(easy[num_handles], CURLOPT_HEADER, 1L);