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

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dapp_api.c33 static isc_appctxcreatefunc_t appctx_createfunc = NULL; variable
49 if (appctx_createfunc == NULL)
50 appctx_createfunc = createfunc;
64 REQUIRE(appctx_createfunc != NULL);
65 result = (*appctx_createfunc)(mctx, ctxp);

Completed in 97 milliseconds