Lines Matching defs:location
1126 char *location, *message;
1128 *auth = message = location = NULL;
1177 } else if (match_token(&cp, "Location:")) {
1178 location = ftp_strdup(cp);
1179 DPRINTF("%s: parsed location as `%s'\n",
1229 if (EMPTYSTRING(location)) {
1231 "No redirection Location provided by server");
1241 location);
1242 *rval = fetch_url(url, location,
1247 location);
1248 *rval = go_fetch(location, ui);
1277 FREEPTR(location);
1410 char *volatile location;
1432 auth = location = message = NULL;
1900 FREEPTR(location);