Home
last modified time | relevance | path

Searched refs:nxns_dp (Results 1 – 4 of 4) sorted by relevance

/openbsd/sbin/unwind/libunbound/iterator/
H A Diterator.h367 uint8_t** nxns_dp; member
H A Diterator.c741 iq->nxns_dp = (uint8_t**)calloc(1, sizeof(uint8_t*)); in target_count_create()
865 subiq->nxns_dp = iq->nxns_dp; in generate_sub_request()
2456 if(iq->target_count && !*iq->nxns_dp && in processQueryTargets()
2494 *iq->nxns_dp = malloc(iq->dp->namelen); in processQueryTargets()
2495 if(!*iq->nxns_dp) { in processQueryTargets()
2502 memcpy(*iq->nxns_dp, iq->dp->name, iq->dp->namelen); in processQueryTargets()
2503 } else if(iq->target_count && *iq->nxns_dp) { in processQueryTargets()
2530 if(!dname_canonical_compare(*iq->nxns_dp, iq->dp->name)) { in processQueryTargets()
4493 if(*iq->nxns_dp) free(*iq->nxns_dp); in iter_clear()
4494 free(iq->nxns_dp); in iter_clear()
/openbsd/usr.sbin/unbound/iterator/
H A Diterator.h367 uint8_t** nxns_dp; member
H A Diterator.c741 iq->nxns_dp = (uint8_t**)calloc(1, sizeof(uint8_t*)); in target_count_create()
865 subiq->nxns_dp = iq->nxns_dp; in generate_sub_request()
2456 if(iq->target_count && !*iq->nxns_dp && in processQueryTargets()
2494 *iq->nxns_dp = malloc(iq->dp->namelen); in processQueryTargets()
2495 if(!*iq->nxns_dp) { in processQueryTargets()
2502 memcpy(*iq->nxns_dp, iq->dp->name, iq->dp->namelen); in processQueryTargets()
2503 } else if(iq->target_count && *iq->nxns_dp) { in processQueryTargets()
2530 if(!dname_canonical_compare(*iq->nxns_dp, iq->dp->name)) { in processQueryTargets()
4493 if(*iq->nxns_dp) free(*iq->nxns_dp); in iter_clear()
4494 free(iq->nxns_dp); in iter_clear()