| D | fetch.c | 781 struct authinfo *pauth) in handle_proxy() argument 792 if (parse_url(penv, "proxy URL", &pui, pauth, NULL) == -1) in handle_proxy() 1073 struct authinfo *pauth, char **auth, const char *message, in do_auth() argument 1082 aauth = *pauth; in do_auth() 1108 hcode == 401 ? pauth->auth : response, in do_auth() 1120 struct authinfo *pauth, volatile int *rval, volatile int *ischunked, in negotiate_connection() argument 1243 pauth->auth, wauth->auth, ui); in negotiate_connection() 1254 do_auth(hcode, url, penv, wauth, pauth, auth, message, rval, in negotiate_connection() 1285 struct authinfo *pauth, char **auth, int *hasleading, volatile int *rval) in connectmethod() argument 1296 *hasleading = print_proxy(fin, *hasleading, NULL, pauth->auth); in connectmethod() [all …]
|