Searched refs:remove_threshold (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dcache.c665 * remove_threshold = lc_timeout seconds;
667 * remove everything older than remove_threshold seconds;
668 * remove_threshold = remove_threshold * THRESHOLD_FACTOR;
672 unsigned long remove_threshold, validtime; local
683 remove_threshold = lc->lc_timeout;
685 validtime = time( NULL ) - remove_threshold;
707 remove_threshold *= THRESHOLD_FACTOR;

Completed in 25 milliseconds