Searched refs:res_easy_setopt (Results 1 - 2 of 2) sorted by relevance

/external/curl/tests/libtest/
H A Dlib540.c60 res_easy_setopt(eh[num], CURLOPT_URL, url);
64 res_easy_setopt(eh[num], CURLOPT_PROXY, PROXY);
68 res_easy_setopt(eh[num], CURLOPT_PROXYUSERPWD, userpwd);
72 res_easy_setopt(eh[num], CURLOPT_PROXYAUTH, (long)CURLAUTH_ANY);
76 res_easy_setopt(eh[num], CURLOPT_VERBOSE, 1L);
80 res_easy_setopt(eh[num], CURLOPT_HEADER, 1L);
84 res_easy_setopt(eh[num], CURLOPT_HTTPHEADER, headers); /* custom Host: */
H A Dtest.h181 #define res_easy_setopt(A,B,C) \ macro

Completed in 81 milliseconds