Symbol: query_info_hash
sbin/unwind/libunbound/services/cache/dns.c
1073
h = query_info_hash(&k, flags);
sbin/unwind/libunbound/services/cache/dns.c
1078
h = query_info_hash(&k, flags);
sbin/unwind/libunbound/services/cache/dns.c
1224
h = query_info_hash(&qinf, (uint16_t)flags);
sbin/unwind/libunbound/services/cache/dns.c
159
h = query_info_hash(&k, flags);
sbin/unwind/libunbound/services/cache/dns.c
316
h = query_info_hash(&k, flags);
sbin/unwind/libunbound/services/cache/dns.c
961
h = query_info_hash(&k, flags);
sbin/unwind/libunbound/services/mesh.c
348
h = query_info_hash(lookup_qinfo, qstate->query_flags);
sbin/unwind/libunbound/util/data/msgreply.h
383
hashvalue_type query_info_hash(struct query_info *q, uint16_t flags);
usr.sbin/unbound/daemon/remote.c
2146
h = query_info_hash(&k, 0);
usr.sbin/unbound/daemon/remote.c
2150
h = query_info_hash(&k, BIT_CD);
usr.sbin/unbound/daemon/worker.c
1977
h = query_info_hash(lookup_qinfo, sldns_buffer_read_u16_at(c->buffer, 2));
usr.sbin/unbound/edns-subnet/subnetmod.c
407
query_info_hash(&qstate->qinfo, qstate->query_flags);
usr.sbin/unbound/edns-subnet/subnetmod.c
533
hashvalue_type h = query_info_hash(&qstate->qinfo, qstate->query_flags);
usr.sbin/unbound/services/cache/dns.c
1073
h = query_info_hash(&k, flags);
usr.sbin/unbound/services/cache/dns.c
1078
h = query_info_hash(&k, flags);
usr.sbin/unbound/services/cache/dns.c
1224
h = query_info_hash(&qinf, (uint16_t)flags);
usr.sbin/unbound/services/cache/dns.c
159
h = query_info_hash(&k, flags);
usr.sbin/unbound/services/cache/dns.c
316
h = query_info_hash(&k, flags);
usr.sbin/unbound/services/cache/dns.c
961
h = query_info_hash(&k, flags);
usr.sbin/unbound/services/mesh.c
348
h = query_info_hash(lookup_qinfo, qstate->query_flags);
usr.sbin/unbound/testcode/fake_event.c
732
h = query_info_hash(&k, 0);
usr.sbin/unbound/testcode/fake_event.c
757
h = query_info_hash(&k, 0);
usr.sbin/unbound/util/data/msgreply.h
383
hashvalue_type query_info_hash(struct query_info *q, uint16_t flags);