Home
last modified time | relevance | path

Searched refs:location_changed (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhttp.c200 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()
324location_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()
[all …]