Searched refs:dynlib (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/unbound/doc/ |
H A D | example.conf | 953 dynlib:
|
H A D | example.conf.in | 1128 # o list dynlib in the module-config string (above) to enable. 1129 # It can be placed anywhere, the dynlib module is only a very thin wrapper 1131 # o and give a dynlib-file to run. If more than one dynlib entry is listed in 1132 # the module-config then you need one dynlib-file per instance. 1133 dynlib: 1135 # dynlib-file: "@UNBOUND_SHARE_DIR@/dynlib.so"
|
H A D | Changelog | 2833 - For PR #93: unit test for dynlib module. 2840 - For PR #93: checkconf allows multiple dynlib in module-config, for 2842 - For PR #93: checkconf allows python dynlib in module-config, for
|
/freebsd/contrib/unbound/libunbound/ |
H A D | unbound.h | 675 long long dynlib; member
|
/freebsd/contrib/unbound/util/shm_side/ |
H A D | shm_main.c | 295 shm_stat->mem.dynlib = (long long)mod_get_mem(&worker->env, in shm_main_run()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBDebugger.cpp | 184 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 D | Debugger.cpp | 648 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 D | configlexer.lex | 466 dynlib-file{COLON} { YDVAR(1, VAR_DYNLIB_FILE) } 467 dynlib{COLON} { YDVAR(0, VAR_DYNLIB) }
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-control.c | 285 PR_LL("mem.mod.dynlib", shm_stat->mem.dynlib); in print_mem()
|
/freebsd/contrib/unbound/daemon/ |
H A D | remote.c | 806 size_t dynlib = 0; in print_mem() local 827 dynlib = mod_get_mem(&worker->env, "dynlib"); in print_mem() 857 if(!print_longnum(ssl, "mem.mod.dynlibmod"SQ, dynlib)) in print_mem()
|
/freebsd/contrib/unbound/ |
H A D | configure.ac | 758 AC_DEFINE(WITH_DYNLIBMODULE, 1, [Define if you want dynlib module.]) 767 # dlopen call is in the dynlib module. For unbound executable, also
|
H A D | acx_nlnetlabs.m4 | 705 dnl assume /usr is already in the include, lib and dynlib paths.
|
H A D | config.h.in | 1129 /* Define if you want dynlib module. */
|
/freebsd/contrib/ldns/ |
H A D | acx_nlnetlabs.m4 | 671 dnl assume /usr is already in the lib and dynlib paths.
|