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

/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dserver.c305 newzone_cfgctx_destroy(void **cfgp);
7625 newzone_cfgctx_destroy(void **cfgp) { argument
7628 REQUIRE(cfgp != NULL && *cfgp != NULL);
7630 cfg = *cfgp;
7647 *cfgp = NULL;

Completed in 187 milliseconds