Searched refs:CURLAUTH_PICKNONE (Results 1 – 2 of 2) sorted by relevance
/external/curl/lib/ | ||
D | http.h | 76 #define CURLAUTH_PICKNONE (1<<30) /* don't use auth */ macro |
D | http.c | 396 pick->picked = CURLAUTH_PICKNONE; /* we select to use nothing */ in pickoneauth() |