Lines Matching refs:ttl
239 m->ttl = (ldapDBTableMapping.ttl > 0) ? in initMappingStruct()
240 ldapDBTableMapping.ttl : 3600; in initMappingStruct()
587 time_t lo, hi, ttl; in setEntryExp() local
593 ttl = mapping.ttl; in setEntryExp()
595 if (ttl == 0) in setEntryExp()
596 ttl = -1; in setEntryExp()
614 ttl = t->ttl; in setEntryExp()
616 if (ttl == 0) in setEntryExp()
617 ttl = -1; in setEntryExp()
625 hi = lo = ttl = maxTimeT - now.tv_sec; in setEntryExp()
643 mapping.expire[where] = now.tv_sec + ttl; in setEntryExp()
801 mapping.ttl = mapping.tm->ttl; in configure()