Lines Matching refs:ttl
237 m->ttl = (ldapDBTableMapping.ttl > 0) ? in initMappingStruct()
238 ldapDBTableMapping.ttl : 3600; in initMappingStruct()
585 time_t lo, hi, ttl; in setEntryExp() local
591 ttl = mapping.ttl; in setEntryExp()
593 if (ttl == 0) in setEntryExp()
594 ttl = -1; in setEntryExp()
612 ttl = t->ttl; in setEntryExp()
614 if (ttl == 0) in setEntryExp()
615 ttl = -1; in setEntryExp()
623 hi = lo = ttl = maxTimeT - now.tv_sec; in setEntryExp()
641 mapping.expire[where] = now.tv_sec + ttl; in setEntryExp()
799 mapping.ttl = mapping.tm->ttl; in configure()