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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dclient.c793 dns_name_t *ansname = NULL; local
851 ansname = isc_mem_get(mctx, sizeof(*ansname));
852 if (ansname == NULL)
858 dns_name_init(ansname, NULL);
859 tresult = dns_name_dup(aname, mctx, ansname);
861 isc_mem_put(mctx, ansname,
862 sizeof(*ansname));
880 ISC_LIST_APPEND(ansname->list, rctx->rdataset, link);
883 ISC_LIST_APPEND(ansname
[all...]

Completed in 104 milliseconds