Searched refs:actxp (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/lib/irs/ |
H A D | context.c | 72 ctxs_destroy(isc_mem_t **mctxp, isc_appctx_t **actxp, argument 85 if (actxp != NULL) 86 isc_appctx_destroy(actxp); 93 ctxs_init(isc_mem_t **mctxp, isc_appctx_t **actxp, argument 103 result = isc_appctx_create(*mctxp, actxp); 107 result = isc_taskmgr_createinctx(*mctxp, *actxp, 1, 0, taskmgrp); 111 result = isc_socketmgr_createinctx(*mctxp, *actxp, socketmgrp); 115 result = isc_timermgr_createinctx(*mctxp, *actxp, timermgrp); 122 ctxs_destroy(mctxp, actxp, taskmgrp, socketmgrp, timermgrp);
|
/bind-9.11.3/lib/isccfg/include/isccfg/ |
H A D | aclconf.h | 45 cfg_aclconfctx_detach(cfg_aclconfctx_t **actxp);
|
/bind-9.11.3/lib/samples/ |
H A D | sample-async.c | 73 ctxs_destroy(isc_mem_t **mctxp, isc_appctx_t **actxp, argument 86 if (*actxp != NULL) 87 isc_appctx_destroy(actxp); 94 ctxs_init(isc_mem_t **mctxp, isc_appctx_t **actxp, argument 104 result = isc_appctx_create(*mctxp, actxp); 108 result = isc_taskmgr_createinctx(*mctxp, *actxp, 1, 0, taskmgrp); 112 result = isc_socketmgr_createinctx(*mctxp, *actxp, socketmgrp); 116 result = isc_timermgr_createinctx(*mctxp, *actxp, timermgrp); 123 ctxs_destroy(mctxp, actxp, taskmgrp, socketmgrp, timermgrp);
|
H A D | nsprobe.c | 191 ctxs_destroy(isc_mem_t **mctxp, isc_appctx_t **actxp, argument 204 if (*actxp != NULL) 205 isc_appctx_destroy(actxp); 212 ctxs_init(isc_mem_t **mctxp, isc_appctx_t **actxp, argument 222 result = isc_appctx_create(*mctxp, actxp); 226 result = isc_taskmgr_createinctx(*mctxp, *actxp, 1, 0, taskmgrp); 230 result = isc_socketmgr_createinctx(*mctxp, *actxp, socketmgrp); 234 result = isc_timermgr_createinctx(*mctxp, *actxp, timermgrp); 241 ctxs_destroy(mctxp, actxp, taskmgrp, socketmgrp, timermgrp);
|
/bind-9.11.3/lib/isccfg/ |
H A D | aclconf.c | 73 cfg_aclconfctx_detach(cfg_aclconfctx_t **actxp) { argument 78 REQUIRE(actxp != NULL && *actxp != NULL); 80 actx = *actxp; 96 *actxp = NULL;
|
Completed in 48 milliseconds