Home
last modified time | relevance | path

Searched refs:fetchAuthMethod (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libfetch/
H A Dfetch.h138 extern auth_t fetchAuthMethod;
H A Dfetch.c44 auth_t fetchAuthMethod; variable
H A Dhttp.c1731 } else if (fetchAuthMethod && in http_request_body()
1732 fetchAuthMethod(url) == 0) { in http_request_body()
/freebsd/usr.bin/fetch/
H A Dfetch.c1162 fetchAuthMethod = query_auth; in main()