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

/bind-9.11.3/bin/tests/system/dlzexternal/
H A Ddriver.h19 dlz_dlopen_lookup_t dlz_lookup; variable
H A Ddriver.c394 dlz_lookup(const char *zone, const char *name, void *dbdata, function
423 * For test purposes, log all calls to dlz_lookup()
/bind-9.11.3/contrib/dlz/modules/perl/
H A Ddlz_perl_driver.c386 dlz_lookup(const char *zone, const char *name, function
390 dlz_lookup(const char *zone, const char *name,
/bind-9.11.3/contrib/dlz/modules/bdbhpt/
H A Ddlz_bdbhpt_dynamic.c529 isc_result_t dlz_lookup(const char *zone, const char *name, function
532 isc_result_t dlz_lookup(const char *zone, const char *name, void *dbdata,
/bind-9.11.3/contrib/dlz/modules/filesystem/
H A Ddlz_filesystem_dynamic.c741 dlz_lookup(const char *zone, const char *name, function
745 dlz_lookup(const char *zone, const char *name,
/bind-9.11.3/contrib/dlz/modules/ldap/
H A Ddlz_ldap_dynamic.c856 isc_result_t dlz_lookup(const char *zone, const char *name, function
859 isc_result_t dlz_lookup(const char *zone, const char *name,
/bind-9.11.3/contrib/dlz/modules/mysql/
H A Ddlz_mysql_dynamic.c765 dlz_lookup(const char *zone, const char *name, function
/bind-9.11.3/contrib/dlz/modules/wildcard/
H A Ddlz_wildcard_dynamic.c220 dlz_lookup(const char *zone, const char *name, function
224 dlz_lookup(const char *zone, const char *name,
/bind-9.11.3/bin/named/unix/
H A Ddlz_dlopen_driver.c49 dlz_dlopen_lookup_t *dlz_lookup; member in struct:dlopen_data
184 result = cd->dlz_lookup(zone, name, cd->dbdata, lookup,
285 cd->dlz_lookup = (dlz_dlopen_lookup_t *)
286 dl_load_symbol(cd, "dlz_lookup", ISC_TRUE);
292 cd->dlz_lookup == NULL ||
/bind-9.11.3/bin/named/win32/
H A Ddlz_dlopen_driver.c50 dlz_dlopen_lookup_t *dlz_lookup; member in struct:dlopen_data
185 result = cd->dlz_lookup(zone, name, cd->dbdata, lookup,
273 cd->dlz_lookup = (dlz_dlopen_lookup_t *)
274 dl_load_symbol(cd, "dlz_lookup", ISC_TRUE);
280 cd->dlz_lookup == NULL ||
/bind-9.11.3/contrib/dlz/example/
H A Ddlz_example.c381 dlz_lookup(const char *zone, const char *name, void *dbdata, function
/bind-9.11.3/contrib/dlz/modules/sqlite3/
H A Ddlz_sqlite3_dynamic.c842 dlz_lookup(const char *zone, const char *name, function
/bind-9.11.3/contrib/dlz/modules/mysqldyn/
H A Ddlz_mysqldyn_mod.c1063 dlz_lookup(const char *zone, const char *name, void *dbdata, function
1080 "%s: dlz_lookup - no putrr", modname);
1181 "%s: dlz_lookup %s/%s/%s - (%d rows)",

Completed in 38 milliseconds