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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c1618 static int sec_to_refresh = 0; local
1703 sec_to_refresh = refresh_ttl;
1718 sec_to_refresh = 0;
1797 sec_to_refresh = 0;
1800 sec_to_refresh = refresh_ttl;
1807 sec_to_refresh);
1828 if (sec_to_refresh == 0) {
1829 sec_to_refresh = refresh_ttl;
1841 timeout.tv_sec = time(NULL) + sec_to_refresh;
1842 sleeptime = sec_to_refresh;
[all...]

Completed in 63 milliseconds