Searched refs:dlz_configure (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/bin/tests/system/dlzexternal/
H A Ddriver.h24 dlz_dlopen_configure_t dlz_configure; variable
H A Ddriver.c646 dlz_configure(dns_view_t *view, dns_dlzdb_t *dlzdb, void *dbdata) { function
/bind-9.11.3/contrib/dlz/modules/include/
H A Ddlz_minimal.h255 * dlz_configure() is optional, but must be supplied if you want to support
260 dlz_configure(dns_view_t *view, void *dbdata);
263 dlz_configure(dns_view_t *view, dns_dlzdb_t *dlzdb, void *dbdata);
/bind-9.11.3/bin/named/unix/
H A Ddlz_dlopen_driver.c55 dlz_dlopen_configure_t *dlz_configure; member in struct:dlopen_data
312 cd->dlz_configure = (dlz_dlopen_configure_t *)
313 dl_load_symbol(cd, "dlz_configure", ISC_FALSE);
465 if (cd->dlz_configure == NULL)
470 result = cd->dlz_configure(view, dlzdb, cd->dbdata);
/bind-9.11.3/bin/named/win32/
H A Ddlz_dlopen_driver.c56 dlz_dlopen_configure_t *dlz_configure; member in struct:dlopen_data
300 cd->dlz_configure = (dlz_dlopen_configure_t *)
301 dl_load_symbol(cd, "dlz_configure", ISC_FALSE);
450 if (cd->dlz_configure == NULL)
455 result = cd->dlz_configure(view, dlzdb, cd->dbdata);
/bind-9.11.3/contrib/dlz/example/
H A Ddlz_example.c598 dlz_configure(dns_view_t *view, dns_dlzdb_t *dlzdb, void *dbdata) { function
/bind-9.11.3/contrib/dlz/modules/mysqldyn/
H A Ddlz_mysqldyn_mod.c1477 dlz_configure(dns_view_t *view, void *dbdata) function
1480 dlz_configure(dns_view_t *view, dns_dlzdb_t *dlzdb, void *dbdata)

Completed in 22 milliseconds