Searched defs:retries (Results 1 - 3 of 3) sorted by relevance

/httpd/include/
H A Dutil_ldap.h182 int retries; /* number of retries for failed bind/search/compare */ member in struct:util_ldap_state_t
183 apr_interval_time_t retry_delay; /* delay between retries of failed bind/search/compare */
/httpd/support/
H A Dhtcacheclean.c610 int skip, retries; local
665 retries = STAT_ATTEMPTS;
672 } while (status != APR_SUCCESS && !interrupted && --retries);
1384 int retries, isdaemon, limit_found, inodes_found, intelligent, dowork; local
1718 retries = STAT_ATTEMPTS;
1726 } while (status != APR_SUCCESS && !interrupted && --retries);
1736 retries = STAT_ATTEMPTS;
1744 } while (status != APR_SUCCESS && !interrupted && --retries);
1770 retries = STAT_ATTEMPTS;
1777 } while (status != APR_SUCCESS && !interrupted && --retries);
[all...]
/httpd/modules/proxy/
H A Dmod_proxy.h356 int retries; /* number of retries on this worker */ member in struct:__anon284

Completed in 18 milliseconds