Home | History | Annotate | Download | only in ftp

Lines Matching defs:pauth

781     struct authinfo *pauth)
792 if (parse_url(penv, "proxy URL", &pui, pauth, NULL) == -1)
1073 struct authinfo *pauth, char **auth, const char *message,
1082 aauth = *pauth;
1108 hcode == 401 ? pauth->auth : response,
1120 struct authinfo *pauth, volatile int *rval, volatile int *ischunked,
1243 pauth->auth, wauth->auth, ui);
1254 do_auth(hcode, url, penv, wauth, pauth, auth, message, rval,
1285 struct authinfo *pauth, char **auth, int *hasleading, volatile int *rval)
1296 *hasleading = print_proxy(fin, *hasleading, NULL, pauth->auth);
1352 do_auth(hcode, url, penv, wauth, pauth, auth, message, rval,
1413 struct authinfo wauth, pauth;
1439 initauthinfo(&pauth, proxyauth);
1568 if (handle_proxy(url, penv, &ui, &pauth) < 0)
1596 &wauth, &pauth, __UNVOLATILE(&auth), &hasleading,
1617 auth ? NULL : pauth.auth);
1633 &mtime, &wauth, &pauth, &rval, &ischunked,
1897 freeauthinfo(&pauth);