Searched defs:dlz_dlopen (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/named/unix/
H A Ddlz_dlopen_driver.c20 #include <dns/dlz_dlopen.h>
32 static dns_sdlzimplementation_t *dlz_dlopen = NULL; variable
198 "dlz_dlopen: library '%s' is missing "
220 "dlz_dlopen driver for '%s' needs a path to "
274 "dlz_dlopen failed to open library '%s' - %s",
331 "dlz_dlopen: %s: incorrect driver API version %d, "
362 dlopen_log(ISC_LOG_ERROR, "dlz_dlopen of '%s' failed", dlzname);
605 mctx, &dlz_dlopen);
626 if (dlz_dlopen != NULL)
627 dns_sdlzunregister(&dlz_dlopen);
[all...]
/bind-9.11.3/bin/named/win32/
H A Ddlz_dlopen_driver.c21 #include <dns/dlz_dlopen.h>
33 static dns_sdlzimplementation_t *dlz_dlopen = NULL; variable
199 "dlz_dlopen: library '%s' is missing "
221 "dlz_dlopen driver for '%s' needs a path to "
262 "dlz_dlopen failed to open library '%s' - %u",
317 "dlz_dlopen: %s: incorrect driver API version %d, "
350 dlopen_log(ISC_LOG_ERROR, "dlz_dlopen of '%s' failed", dlzname);
590 mctx, &dlz_dlopen);
611 if (dlz_dlopen != NULL)
612 dns_sdlzunregister(&dlz_dlopen);
[all...]

Completed in 12 milliseconds