Lines Matching refs:new_location
178 const char *proxyauth, int *new_location);
179 static int http_read_header(URLContext *h, int *new_location);
549 int ret, err, new_location; in http_handshake() local
564 if ((err = http_read_header(c, &new_location)) < 0) { in http_handshake()
969 int *new_location) in process_line() argument
1066 *new_location = 1; in process_line()
1214 static int http_read_header(URLContext *h, int *new_location) in http_read_header() argument
1228 err = process_line(h, line, s->line_count, new_location); in http_read_header()
1279 const char *proxyauth, int *new_location) in http_connect() argument
1423 err = http_read_header(h, new_location); in http_connect()
1427 if (*new_location) in http_connect()
1549 int err, new_location, read_ret; in http_read_stream() local
1557 err = http_read_header(h, &new_location); in http_read_stream()