Searched refs:retry (Results 1 - 25 of 372) sorted by path

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhttp.c1473 !conn->bits.retry &&
H A Dmulti.c1288 bool retry = FALSE; local
1297 retry = (newurl)?TRUE:FALSE;
1302 /* When set to retry the connection, we must to go back to
1304 if(retry) {
1326 /* Have error handler disconnect conn if we can't retry */
1491 bool retry = FALSE; local
1496 retry = (newurl)?TRUE:FALSE;
1512 /* When we follow redirects or is set to retry the connection, we must
1514 if(data->req.newurl || retry) {
1515 if(!retry) {
[all...]
H A Dnss.c587 static char * nss_get_password(PK11SlotInfo * slot, PRBool retry, void *arg) argument
590 if(retry || NULL == arg)
H A Dopenldap.c296 retry:
343 goto retry;
H A Dtransfer.c2019 * CONNECT and then DO again! The retry cannot possibly find another
2065 /* Returns CURLE_OK *and* sets '*url' if a request retry is wanted.
2097 conn->bits.retry = TRUE; /* mark this as a connection we're about
2098 to retry. Marking it this way should
2155 bool retry = FALSE; local
2160 retry = (newurl?TRUE:FALSE);
2162 if(retry) {
H A Durldata.h420 bool retry; /* this connection is about to get closed and then member in struct:ConnectBits
607 char *newurl; /* Set to the new URL to use when a redirect or a retry is
1252 /* if true, force SSL connection retry (workaround for certain servers) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_operate.c1203 /* initialize retry vars for loop below */
1223 /* if retry-max-time is non-zero, make sure we haven't exceeded the
1235 } retry = RETRY_NO; local
1238 /* retry timeout always */
1239 retry = RETRY_TIMEOUT;
1245 errors to retry on. */
1258 retry = RETRY_HTTP;
1282 retry = RETRY_FTP;
1285 if(retry) {
1290 "Will retry i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Dforward.c498 /* retry on existing query, send to all available servers */
1157 retry:
1168 goto retry;
1175 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex1873 We may retry \verb|ip route get| to see what we have in the routing
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibiptc.c1327 retry:
1375 /* A different process changed the ruleset size, retry */
1377 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh261dec.c562 retry:
594 goto retry;
H A Dh263.c4630 retry:
4677 goto retry;
H A Dh263dec.c381 retry:
582 goto retry;
H A Dmpegaudiodec.c2268 retry:
2277 goto retry;
H A Dpnm_parser.c38 retry:
56 goto retry;
64 goto retry;
H A Droqaudioenc.c99 retry:
108 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dflvdec.c316 retry:
439 goto retry;
H A Dmov.c2030 retry:
2057 goto retry;
H A Dmpegenc.c1030 retry:
1086 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_common/
H A Dcharset.c92 retry:
108 goto retry;
115 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/linux/
H A Dminidlna.init.d.script41 start-stop-daemon --stop --retry 5 --quiet --pidfile $PIDFILE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dplaylist.c209 retry:
240 goto retry;
245 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/linux/
H A Dminidlna.init.d.script29 start-stop-daemon --stop --retry 5 --quiet --pidfile /var/run/minidlna.pid
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dplaylist.c162 retry:
184 goto retry;
189 goto retry;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/linux/
H A Dminidlna.init.d.script29 start-stop-daemon --stop --retry 5 --quiet --pidfile /var/run/minidlna.pid

Completed in 404 milliseconds

1234567891011>>