Searched refs:res_easy_setopt (Results 1 – 2 of 2) sorted by relevance
/third_party/curl/tests/libtest/ |
D | lib540.c | 58 res_easy_setopt(eh[num], CURLOPT_URL, url); in init() 62 res_easy_setopt(eh[num], CURLOPT_PROXY, PROXY); in init() 66 res_easy_setopt(eh[num], CURLOPT_PROXYUSERPWD, userpwd); in init() 70 res_easy_setopt(eh[num], CURLOPT_PROXYAUTH, (long)CURLAUTH_ANY); in init() 74 res_easy_setopt(eh[num], CURLOPT_VERBOSE, 1L); in init() 78 res_easy_setopt(eh[num], CURLOPT_HEADER, 1L); in init() 82 res_easy_setopt(eh[num], CURLOPT_HTTPHEADER, headers); /* custom Host: */ in init()
|
D | test.h | 185 #define res_easy_setopt(A, B, C) \ macro
|