Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/doc/
H A Dexample.conf1147 dynlib:
H A Dexample.conf.in1146 # o list dynlib in the module-config string (above) to enable.
1147 # It can be placed anywhere, the dynlib module is only a very thin wrapper
1149 # o and give a dynlib-file to run. If more than one dynlib entry is listed in
1150 # the module-config then you need one dynlib-file per instance.
1151 dynlib:
1153 # dynlib-file: "@UNBOUND_SHARE_DIR@/dynlib.so"
H A Dunbound.conf.rst2065 The ``dynlib`` module can be listed pretty much anywhere, it is only a very
3913 The **dynlib:** clause gives the settings for the ``dynlib`` module.
3916 To enable the dynlib module it has to be compiled into the daemon, and the word
3917 ``dynlib`` has to be put in the
3920 ``dynlib`` more than once.
3922 The :ref:`dynlib-file<unbound.conf.dynlib.dynlib-file>` path should be
3928 @@UAHL@unbound.conf.dynlib@dynlib-file@@: *<dynlib file>*
3930 Repeat this option for every dynlib module instance added to the
H A DChangelog3365 - For PR #93: unit test for dynlib module.
3372 - For PR #93: checkconf allows multiple dynlib in module-config, for
3374 - For PR #93: checkconf allows python dynlib in module-config, for
/freebsd/contrib/unbound/libunbound/
H A Dunbound.h675 long long dynlib; member
/freebsd/contrib/unbound/util/shm_side/
H A Dshm_main.c295 shm_stat->mem.dynlib = (long long)mod_get_mem(&worker->env, in shm_main_run()
296 "dynlib"); in shm_main_run()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp184 llvm::sys::DynamicLibrary dynlib = in InitializeWithErrorHandling() local
186 if (dynlib.isValid()) { in InitializeWithErrorHandling()
195 (LLDBCommandPluginInit)(uintptr_t)dynlib.getAddressOfSymbol( in InitializeWithErrorHandling()
199 return dynlib; in InitializeWithErrorHandling()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp648 llvm::sys::DynamicLibrary dynlib = in LoadPlugin() local
650 if (dynlib.isValid()) { in LoadPlugin()
651 m_loaded_plugins.push_back(dynlib); in LoadPlugin()
/freebsd/contrib/unbound/util/
H A Dconfiglexer.lex466 dynlib-file{COLON} { YDVAR(1, VAR_DYNLIB_FILE) }
467 dynlib{COLON} { YDVAR(0, VAR_DYNLIB) }
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c301 PR_LL("mem.mod.dynlib", shm_stat->mem.dynlib); in print_mem()
/freebsd/contrib/unbound/
H A Dconfigure.ac764 AC_DEFINE(WITH_DYNLIBMODULE, 1, [Define if you want dynlib module.])
773 # dlopen call is in the dynlib module. For unbound executable, also
H A Dacx_nlnetlabs.m4705 dnl assume /usr is already in the include, lib and dynlib paths.
H A Dconfig.h.in1149 /* Define if you want dynlib module. */
/freebsd/contrib/unbound/daemon/
H A Dremote.c904 size_t dynlib = 0; in print_mem() local
925 dynlib = mod_get_mem(&worker->env, "dynlib"); in print_mem()
955 if(!print_longnum(ssl, "mem.mod.dynlibmod"SQ, dynlib)) in print_mem()
/freebsd/contrib/ldns/
H A Dacx_nlnetlabs.m4671 dnl assume /usr is already in the lib and dynlib paths.