Lines Matching refs:mgrp
315 static void destroy_mgr(dns_dispatchmgr_t **mgrp);
1620 destroy_mgr(dns_dispatchmgr_t **mgrp) {
1624 mgr = *mgrp;
1625 *mgrp = NULL;
1748 dns_dispatchmgr_t **mgrp)
1756 REQUIRE(mgrp != NULL && *mgrp == NULL);
1878 *mgrp = mgr;
2106 dns_dispatchmgr_destroy(dns_dispatchmgr_t **mgrp) {
2110 REQUIRE(mgrp != NULL);
2111 REQUIRE(VALID_DISPATCHMGR(*mgrp));
2113 mgr = *mgrp;
2114 *mgrp = NULL;