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.c538 int* msg_expired, time_t* msg_timestamp, time_t* msg_expiry) in parse_data() argument
557 *msg_timestamp = (time_t)timestamp; 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
837 if(cachedb_extcache_lookup(qstate, ie, &msg_expired, &msg_timestamp, in cachedb_handle_query()
845 msg_expired, msg_timestamp, msg_expiry); in cachedb_handle_query()