Lines Matching refs:mgrp
324 static void destroy_mgr(dns_dispatchmgr_t **mgrp);
1695 destroy_mgr(dns_dispatchmgr_t **mgrp) {
1699 mgr = *mgrp;
1700 *mgrp = NULL;
1804 dns_dispatchmgr_t **mgrp)
1812 REQUIRE(mgrp != NULL && *mgrp == NULL);
1909 *mgrp = mgr;
2120 dns_dispatchmgr_destroy(dns_dispatchmgr_t **mgrp) {
2124 REQUIRE(mgrp != NULL);
2125 REQUIRE(VALID_DISPATCHMGR(*mgrp));
2127 mgr = *mgrp;
2128 *mgrp = NULL;