fetch.c | 1000 getresponse(FETCH *fin, char **cp, size_t buflen, int *hcode) 1005 *hcode = 0; 1016 *hcode = strtol(*cp, &ep, 10); 1072 do_auth(int hcode, const char *url, const char *penv, struct authinfo *wauth, 1079 if (hcode == 401) 1108 hcode == 401 ? pauth->auth : response, 1109 hcode == 401 ? response : wauth->auth, 1123 int len, hcode, rv; local in function:negotiate_connection 1134 switch (getresponse(fin, &ep, ftp_buflen, &hcode)) { 1214 switch (hcode) { 1288 int hcode, rv; local in function:connectmethod [all...] |