Searched refs:dlz (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Ddlz.h55 /*! \file dns/dlz.h */
101 #define DNS_DLZ_VALID(dlz) ISC_MAGIC_VALID(dlz, DNS_DLZ_MAGIC)
315 * Removes the dlz driver from the list of registered dlz drivers.
316 * There must be no active dlz drivers of this type when this function
H A Dsdlz.h61 #include <dns/dlz.h>
308 * Register a dynamically loadable zones (dlz) driver for the database
/freebsd-9.3-release/lib/bind/dns/
H A DMakefile18 dlz.c dns64.c dnssec.c ds.c \
62 ${SRCDIR}/include/dns/dlz.h \
/freebsd-9.3-release/contrib/bind9/bin/named/unix/
H A Ddlz_dlopen_driver.c37 #include <dlz/dlz_dlopen_driver.h>
338 * extended version of dlz create, with the addition of
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddlz.c66 #include <dns/dlz.h>
314 * Registers a DLZ driver. This basically just adds the dlz
478 * Unregisters a DLZ driver. This basically just removes the dlz
H A Dssu.c33 #include <dns/dlz.h>
H A Dsdlz.c75 #include <dns/dlz.h>
H A Dview.c39 #include <dns/dlz.h>
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dmain.c54 #include <dlz/dlz_dlopen_driver.h>
90 #include <dlz/dlz_drivers.h>
H A Dserver.c65 #include <dns/dlz.h>
2071 const cfg_obj_t *dlz; local
2316 dlz = NULL;
2318 (void)cfg_map_get(voptions, "dlz", &dlz);
2320 (void)cfg_map_get(config, "dlz", &dlz);
2323 if (dlz != NULL) {
2324 (void)cfg_map_get(cfg_tuple_get(dlz, "options"),
2339 obj = cfg_tuple_get(dlz, "nam
[all...]
H A Dxfrout.c31 #include <dns/dlz.h>
H A Dquery.c35 #include <dns/dlz.h>

Completed in 315 milliseconds