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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dhttp.c61 int port, use_proxy, err, location_changed = 0, redirects = 0; local
99 if (http_connect(h, path, hoststr, auth, &location_changed) < 0)
101 if ((s->http_code == 302 || s->http_code == 303) && location_changed == 1) {
106 location_changed = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dretr.c623 bool location_changed;
727 location_changed = (result == NEWLOCATION);
728 if (location_changed)
619 bool location_changed; local

Completed in 111 milliseconds