Searched refs:res_easy_setopt (Results 1 – 2 of 2) sorted by relevance
/curl/tests/libtest/ |
H A D | lib540.c | 60 res_easy_setopt(testeh[num], CURLOPT_URL, url); in init() 64 res_easy_setopt(testeh[num], CURLOPT_PROXY, PROXY); in init() 68 res_easy_setopt(testeh[num], CURLOPT_PROXYUSERPWD, userpwd); in init() 72 res_easy_setopt(testeh[num], CURLOPT_PROXYAUTH, (long)CURLAUTH_ANY); in init() 76 res_easy_setopt(testeh[num], CURLOPT_VERBOSE, 1L); in init() 80 res_easy_setopt(testeh[num], CURLOPT_HEADER, 1L); in init() 84 res_easy_setopt(testeh[num], CURLOPT_HTTPHEADER, headers); /* custom Host: */ in init()
|
H A D | test.h | 187 #define res_easy_setopt(A, B, C) \ macro
|
Completed in 6 milliseconds