Home
last modified time | relevance | path

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

/openbsd/usr.sbin/unbound/cachedb/
H A Dcachedb.c538 int* msg_expired) in parse_data() argument
608 *msg_expired = 1; in parse_data()
645 int* msg_expired) in cachedb_extcache_lookup() argument
662 if( !parse_data(qstate, qstate->env->scratch_buffer, msg_expired) ) { in cachedb_extcache_lookup()
734 cachedb_intcache_store(struct module_qstate* qstate, int msg_expired) in cachedb_intcache_store() argument
743 if(serve_expired && msg_expired) { in cachedb_intcache_store()
756 if(serve_expired && msg_expired) { in cachedb_intcache_store()
786 int msg_expired = 0; in cachedb_handle_query() local
821 if(cachedb_extcache_lookup(qstate, ie, &msg_expired)) { in cachedb_handle_query()
827 cachedb_intcache_store(qstate, msg_expired); in cachedb_handle_query()
[all …]
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_dp_hdcp.c508 bool msg_expired; in intel_dp_hdcp2_read_msg() local
562 msg_expired = ktime_after(ktime_get_raw(), msg_end); in intel_dp_hdcp2_read_msg()
563 if (msg_expired) { in intel_dp_hdcp2_read_msg()