Home
last modified time | relevance | path

Searched refs:msg_timestamp (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/unbound/cachedb/
H A Dcachedb.c544 int* msg_expired, time_t* msg_timestamp, time_t* msg_expiry) in parse_data() argument
563 *msg_timestamp = (time_t)timestamp; in parse_data()
653 int* msg_expired, time_t* msg_timestamp, time_t* msg_expiry) in cachedb_extcache_lookup() argument
671 msg_timestamp, msg_expiry) ) { in cachedb_extcache_lookup()
744 time_t msg_timestamp, time_t msg_expiry) in cachedb_intcache_store() argument
751 time_t original_ttl = msg_expiry - msg_timestamp; in cachedb_intcache_store()
787 EXPIRED_REPLY_TTL_CALC(msg_expiry, msg_timestamp), 0); in cachedb_intcache_store()
805 time_t msg_timestamp, msg_expiry; in cachedb_handle_query() local
843 if(cachedb_extcache_lookup(qstate, ie, &msg_expired, &msg_timestamp, in cachedb_handle_query()
851 msg_expired, msg_timestamp, msg_expiry); in cachedb_handle_query()