Home
last modified time | relevance | path

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

/dragonfly/lib/libfetch/
H A Dfetch.h140 extern auth_t fetchAuthMethod;
H A Dfetch.c48 auth_t fetchAuthMethod; variable
H A Dhttp.c1690 } else if (fetchAuthMethod && in http_request_body()
1691 fetchAuthMethod(url) == 0) { in http_request_body()
/dragonfly/usr.bin/fetch/
H A Dfetch.c1174 fetchAuthMethod = query_auth; in main()