Searched refs:super_dq (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.sbin/unbound/dns64/
H A Ddns64.c954 struct dns64_qstate* super_dq = (struct dns64_qstate*)super->minfo[id]; local
963 if(!super_dq) {
964 super_dq = (struct dns64_qstate*)regional_alloc(super->region,
965 sizeof(*super_dq));
966 if(!super_dq) {
972 super->minfo[id] = super_dq;
973 memset(super_dq, 0, sizeof(*super_dq));
974 super_dq->started_no_cache_store = super->no_cache_store;
976 super_dq
[all...]
/openbsd-current/sbin/unwind/libunbound/dns64/
H A Ddns64.c954 struct dns64_qstate* super_dq = (struct dns64_qstate*)super->minfo[id]; local
963 if(!super_dq) {
964 super_dq = (struct dns64_qstate*)regional_alloc(super->region,
965 sizeof(*super_dq));
966 if(!super_dq) {
972 super->minfo[id] = super_dq;
973 memset(super_dq, 0, sizeof(*super_dq));
974 super_dq->started_no_cache_store = super->no_cache_store;
976 super_dq
[all...]

Completed in 146 milliseconds