HomeSort by relevance Sort by last modified time
    Searched refs:res_easy_setopt (Results 1 - 2 of 2) sorted by null

  /external/curl/tests/libtest/
lib540.c 60 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: */
test.h 181 #define res_easy_setopt(A,B,C) \ macro

Completed in 839 milliseconds