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

/osnet-11/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c202 __nisdb_retry_t *storeRetry = &ldapDBTableMapping.storeErrorRetry; local
218 storeRetry = &ldapDBTableMapping.storeErrorRetry;
221 for (count = storeRetry->attempts; (0 <= count) ||
222 (-1 == storeRetry->attempts); count --) {
256 if (0 != storeRetry->attempts)
257 (void) poll(NULL, 0, storeRetry->timeout*1000);

Completed in 23 milliseconds