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

/freebsd-10-stable/contrib/ntp/lib/isc/
H A Dapp_api.c31 static isc_appctxcreatefunc_t appctx_createfunc = NULL; variable
47 if (appctx_createfunc == NULL)
48 appctx_createfunc = createfunc;
62 REQUIRE(appctx_createfunc != NULL);
63 result = (*appctx_createfunc)(mctx, ctxp);

Completed in 93 milliseconds