Searched defs:retry (Results 1 - 5 of 5) sorted by relevance

/httpd/modules/core/
H A Dmod_so.c149 int retry = 0; local
153 /* retry on error without path to use dlopen()'s search path */
154 retry = 1;
157 if (fullname == NULL && !retry) {
165 if (retry) {
/httpd/modules/proxy/
H A Dmod_proxy_ajp.c222 * case we can dare to retry it with a different worker if we are
354 * retry it with a different worker if we are a balancer member.
669 * retry it with a different worker if we are a balancer member.
738 int retry; local
766 retry = 0;
767 while (retry < 2) {
796 retry++;
815 retry++;
H A Dmod_proxy_wstunnel.c471 int retry; local
513 retry = 0;
514 while (retry < 2) {
H A Dmod_proxy_http.c1389 * WITHOUT ANY response to trigger a retry by the client
1394 * not do a retry. We should also not do this on a
1993 int retry = 0; local
2104 while (retry < 2) {
2107 if (retry) {
2162 retry++;
2189 retry++;
H A Dmod_proxy.h313 /* default worker retry timeout in seconds */
375 apr_interval_time_t retry; /* retry interval */ member in struct:__anon284
853 * Mark a worker for retry
857 * @return OK if marked for retry, DECLINED otherwise
858 * @note The error status of the worker will cleared if the retry interval has

Completed in 41 milliseconds