Home
last modified time | relevance | path

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

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