Lines Matching refs:ttl
240 m->ttl = (ldapDBTableMapping.ttl > 0) ? in initMappingStruct()
241 ldapDBTableMapping.ttl : 3600; in initMappingStruct()
588 time_t lo, hi, ttl; in setEntryExp() local
594 ttl = mapping.ttl; in setEntryExp()
596 if (ttl == 0) in setEntryExp()
597 ttl = -1; in setEntryExp()
615 ttl = t->ttl; in setEntryExp()
617 if (ttl == 0) in setEntryExp()
618 ttl = -1; in setEntryExp()
626 hi = lo = ttl = maxTimeT - now.tv_sec; in setEntryExp()
644 mapping.expire[where] = now.tv_sec + ttl; in setEntryExp()
802 mapping.ttl = mapping.tm->ttl; in configure()