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 58 res_easy_setopt(eh[num], CURLOPT_URL, url);
62 res_easy_setopt(eh[num], CURLOPT_PROXY, PROXY);
66 res_easy_setopt(eh[num], CURLOPT_PROXYUSERPWD, userpwd);
70 res_easy_setopt(eh[num], CURLOPT_PROXYAUTH, (long)CURLAUTH_ANY);
74 res_easy_setopt(eh[num], CURLOPT_VERBOSE, 1L);
78 res_easy_setopt(eh[num], CURLOPT_HEADER, 1L);
82 res_easy_setopt(eh[num], CURLOPT_HTTPHEADER, headers); /* custom Host: */
test.h 181 #define res_easy_setopt(A, B, C) \ macro

Completed in 77 milliseconds