Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libfetch/
H A Dfetch.h140 extern auth_t fetchAuthMethod;
H A Dfetch.c47 auth_t fetchAuthMethod; variable
H A Dhttp.c1735 } else if (fetchAuthMethod && in http_request_body()
1736 fetchAuthMethod(url) == 0) { in http_request_body()
/freebsd-13.1/usr.bin/fetch/
H A Dfetch.c1164 fetchAuthMethod = query_auth; in main()