| H A D | hooks.c | 50 char *modpath; 89 load_symbol(uv_lib_t *handle, const char *modpath, const char *symbol_name, 107 symbol_name, modpath, errmsg); in load_symbol() 120 load_plugin(isc_mem_t *mctx, const char *modpath, ns_plugin_t **pluginp) { 131 .modpath = isc_mem_strdup(mctx, modpath), in load_plugin() 138 r = uv_dlopen(modpath, &plugin->handle); in load_plugin() 146 "failed to dlopen() plugin '%s': %s", modpath, in load_plugin() 151 CHECK(load_symbol(&plugin->handle, modpath, "plugin_version", in load_plugin() 165 CHECK(load_symbol(&plugin->handle, modpath, "plugin_chec in load_plugin() 51 char *modpath; global() member 90 load_symbol(uv_lib_t * handle,const char * modpath,const char * symbol_name,void ** symbolp) load_symbol() argument 121 load_plugin(isc_mem_t * mctx,const char * modpath,ns_plugin_t ** pluginp) load_plugin() argument 210 ns_plugin_register(const char * modpath,const char * parameters,const void * cfg,const char * cfg_file,unsigned long cfg_line,isc_mem_t * mctx,isc_log_t * lctx,void * actx,dns_view_t * view) ns_plugin_register() argument 244 ns_plugin_check(const char * modpath,const char * parameters,const void * cfg,const char * cfg_file,unsigned long cfg_line,isc_mem_t * mctx,isc_log_t * lctx,void * actx) ns_plugin_check() argument [all...] |