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

/freebsd-11-stable/contrib/unbound/dns64/
H A Ddns64.c943 struct dns64_qstate* super_dq = (struct dns64_qstate*)super->minfo[id]; local
952 if(!super_dq) {
953 super_dq = (struct dns64_qstate*)regional_alloc(super->region,
954 sizeof(*super_dq));
955 if(!super_dq) {
961 super->minfo[id] = super_dq;
962 memset(super_dq, 0, sizeof(*super_dq));
963 super_dq->started_no_cache_store = super->no_cache_store;
965 super_dq
[all...]

Completed in 45 milliseconds