Searched refs:msg_expiry (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/unbound/cachedb/ |
| H A D | cachedb.c | 538 int* msg_expired, time_t* msg_timestamp, time_t* msg_expiry) in parse_data() argument 556 *msg_expiry = (time_t)expiry; in parse_data() 647 int* msg_expired, time_t* msg_timestamp, time_t* msg_expiry) in cachedb_extcache_lookup() argument 665 msg_timestamp, msg_expiry) ) { in cachedb_extcache_lookup() 738 time_t msg_timestamp, time_t msg_expiry) in cachedb_intcache_store() argument 745 time_t original_ttl = msg_expiry - msg_timestamp; in cachedb_intcache_store() 781 EXPIRED_REPLY_TTL_CALC(msg_expiry, msg_timestamp), 0); in cachedb_intcache_store() 799 time_t msg_timestamp, msg_expiry; in cachedb_handle_query() local 838 &msg_expiry)) { in cachedb_handle_query() 845 msg_expired, msg_timestamp, msg_expiry); in cachedb_handle_query()
|