HomeSort by: relevance | last modified time | path
    Searched defs:need_auth (Results 1 - 2 of 2) sorted by relevancy

  /src/share/examples/refuse/ian/libfetch/
http.c 808 int chunked, direct, need_auth, noredirect, verbose; local
834 need_auth = 0;
901 if (need_auth || *url->user || *url->pwd) {
962 if (need_auth) {
1064 need_auth = 1;
1089 need_auth = 0;
  /src/external/bsd/fetch/dist/libfetch/
http.c 875 int chunked, direct, if_modified_since, need_auth, noredirect; local
904 need_auth = 0;
974 if (need_auth || *url->user || *url->pwd) {
1035 if (need_auth) {
1143 need_auth = 1;
1171 need_auth = 0;

Completed in 21 milliseconds