Home
last modified time | relevance | path

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

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