Searched defs:retry_wait (Results 1 - 4 of 4) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dnet_client.h52 unsigned int retry_wait; /* in seconds */ member in struct:__anon85
H A Dconfig.c421 if (c->retry_wait > 0) {
422 SAVE_NUM_VALUE(conf, h, MAKE_TYPE(AM_CONF_RETRY_WAIT, 0), c->retry_wait);
886 r->retry_wait = i->num_value;
1365 unsigned int retry = 3, retry_wait = 2; local
1398 sleep(retry_wait);
1464 sleep(retry_wait);
H A Dprocess.c946 unsigned int retry = 3, retry_wait = 2; local
980 sleep(retry_wait);
H A Dconfig.h98 int retry_wait; member in struct:__anon77

Completed in 51 milliseconds