Searched defs:dlz_destroy (Results 1 - 13 of 13) sorted by relevance

/bind-9.11.3/bin/tests/system/dlzexternal/
H A Ddriver.h17 dlz_dlopen_destroy_t dlz_destroy; variable
H A Ddriver.c253 dlz_destroy(state);
305 dlz_destroy(void *dbdata) { function
/bind-9.11.3/contrib/dlz/modules/perl/
H A Ddlz_perl_driver.c715 void dlz_destroy(void *dbdata) { function
/bind-9.11.3/contrib/dlz/modules/bdbhpt/
H A Ddlz_bdbhpt_dynamic.c794 dlz_destroy(void *dbdata) { function
/bind-9.11.3/contrib/dlz/modules/filesystem/
H A Ddlz_filesystem_dynamic.c925 dlz_destroy(cd);
932 dlz_destroy(void *dbdata) { function
/bind-9.11.3/contrib/dlz/modules/ldap/
H A Ddlz_ldap_dynamic.c117 dlz_destroy(void *dbdata);
1161 dlz_destroy(ldap);
1167 dlz_destroy(void *dbdata) { function
/bind-9.11.3/contrib/dlz/modules/mysql/
H A Ddlz_mysql_dynamic.c107 dlz_destroy(void *dbdata);
1050 dlz_destroy(mysql);
1059 dlz_destroy(void *dbdata) { function
/bind-9.11.3/contrib/dlz/modules/wildcard/
H A Ddlz_wildcard_dynamic.c496 dlz_destroy(void *dbdata) { function
/bind-9.11.3/bin/named/unix/
H A Ddlz_dlopen_driver.c60 dlz_dlopen_destroy_t *dlz_destroy; member in struct:dlopen_data
322 cd->dlz_destroy = (dlz_dlopen_destroy_t *)
323 dl_load_symbol(cd, "dlz_destroy", ISC_FALSE);
388 if (cd->dlz_destroy) {
390 cd->dlz_destroy(cd->dbdata);
/bind-9.11.3/bin/named/win32/
H A Ddlz_dlopen_driver.c61 dlz_dlopen_destroy_t *dlz_destroy; member in struct:dlopen_data
375 if (cd->dlz_destroy) {
377 cd->dlz_destroy(cd->dbdata);
/bind-9.11.3/contrib/dlz/example/
H A Ddlz_example.c250 dlz_destroy(state);
302 dlz_destroy(void *dbdata) { function
/bind-9.11.3/contrib/dlz/modules/sqlite3/
H A Ddlz_sqlite3_dynamic.c112 dlz_destroy(void *dbdata);
1059 dlz_destroy(s3);
1068 dlz_destroy(void *dbdata) { function
/bind-9.11.3/contrib/dlz/modules/mysqldyn/
H A Ddlz_mysqldyn_mod.c938 dlz_destroy(state);
1008 dlz_destroy(void *dbdata) { function

Completed in 50 milliseconds