Searched defs:max_retry (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dconfig.c1364 int max_retry = 3; local
1373 max_retry++;
1397 thisfunc, (retry - max_retry) + 1);
1439 thisfunc, (retry - max_retry) + 1, am_strerror(store_status));
1450 thisfunc, (retry - max_retry) + 1);
1506 } while (--max_retry > 0);
1508 if (max_retry == 0) {
H A Dprocess.c945 int max_retry = 3; local
955 max_retry++;
969 thisfunc, (retry - max_retry) + 1, am_strerror(status));
981 } while (--max_retry > 0);
985 if (max_retry == 0) {
1011 // thisfunc, (retry - max_retry) + 1);

Completed in 39 milliseconds