Searched defs:appctx_createfunc (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dapp_api.c23 static isc_appctxcreatefunc_t appctx_createfunc = NULL; variable
40 if (appctx_createfunc == NULL)
41 appctx_createfunc = createfunc;
58 REQUIRE(appctx_createfunc != NULL);
59 result = (*appctx_createfunc)(mctx, ctxp);

Completed in 10 milliseconds