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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dadb.c2673 dns_adb_attach(dns_adb_t *adb, dns_adb_t **adbx) { argument
2676 REQUIRE(adbx != NULL && *adbx == NULL);
2679 *adbx = adb;
2683 dns_adb_detach(dns_adb_t **adbx) { argument
2687 REQUIRE(adbx != NULL && DNS_ADB_VALID(*adbx));
2689 adb = *adbx;
2690 *adbx = NULL;

Completed in 59 milliseconds