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

/bind-9.11.3/bin/named/
H A Dserver.c460 newzone_cfgctx_destroy(void **cfgp);
12914 newzone_cfgctx_destroy(void **cfgp) { argument
12917 REQUIRE(cfgp != NULL && *cfgp != NULL);
12919 cfg = *cfgp;
12938 *cfgp = NULL;

Completed in 310 milliseconds