Lines Matching refs:location_changed
200 int port, use_proxy, err, location_changed = 0; in http_open_cnx_internal() local
261 auth, proxyauth, &location_changed); in http_open_cnx_internal()
265 return location_changed; in http_open_cnx_internal()
306 int location_changed, attempts = 0, redirects = 0; in http_open_cnx() local
317 location_changed = http_open_cnx_internal(h, options); in http_open_cnx()
318 if (location_changed < 0) { in http_open_cnx()
319 if (!http_should_reconnect(s, location_changed) || in http_open_cnx()
324 …location_changed = ff_network_sleep_interruptible(1000U * 1000 * reconnect_delay, &h->interrupt_ca… in http_open_cnx()
325 if (location_changed != AVERROR(ETIMEDOUT)) in http_open_cnx()
355 location_changed == 1) { in http_open_cnx()
364 location_changed = 0; in http_open_cnx()
372 if (location_changed < 0) in http_open_cnx()
373 return location_changed; in http_open_cnx()