Lines Matching defs:hcode
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;
1134 switch (getresponse(fin, &ep, ftp_buflen, &hcode)) {
1214 switch (hcode) {
1238 if (hcode == 305) {
1254 do_auth(hcode, url, penv, wauth, pauth, auth, message, rval,
1288 int hcode, rv;
1314 switch (getresponse(fin, &ep, ftp_buflen, &hcode)) {
1347 switch (hcode) {
1352 do_auth(hcode, url, penv, wauth, pauth, auth, message, rval,