/bind-9.11.3/bin/tests/system/dlzexternal/ |
H A D | driver.h | 19 dlz_dlopen_lookup_t dlz_lookup; variable
|
H A D | driver.c | 394 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 D | dlz_perl_driver.c | 386 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 D | dlz_bdbhpt_dynamic.c | 529 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 D | dlz_filesystem_dynamic.c | 741 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 D | dlz_ldap_dynamic.c | 856 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 D | dlz_mysql_dynamic.c | 765 dlz_lookup(const char *zone, const char *name, function
|
/bind-9.11.3/contrib/dlz/modules/wildcard/ |
H A D | dlz_wildcard_dynamic.c | 220 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 D | dlz_dlopen_driver.c | 49 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 D | dlz_dlopen_driver.c | 50 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 D | dlz_example.c | 381 dlz_lookup(const char *zone, const char *name, void *dbdata, function
|
/bind-9.11.3/contrib/dlz/modules/sqlite3/ |
H A D | dlz_sqlite3_dynamic.c | 842 dlz_lookup(const char *zone, const char *name, function
|
/bind-9.11.3/contrib/dlz/modules/mysqldyn/ |
H A D | dlz_mysqldyn_mod.c | 1063 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)",
|