Searched defs:dlz_authority (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/contrib/dlz/modules/ldap/
H A Ddlz_ldap_dynamic.c834 dlz_authority(const char *zone, void *dbdata, dns_sdlzlookup_t *lookup) { function
/bind-9.11.3/contrib/dlz/modules/mysql/
H A Ddlz_mysql_dynamic.c738 dlz_authority(const char *zone, void *dbdata, dns_sdlzlookup_t *lookup) { function
/bind-9.11.3/contrib/dlz/modules/wildcard/
H A Ddlz_wildcard_dynamic.c274 /* We handle authority data in dlz_authority() */
312 dlz_authority(const char *zone, void *dbdata, dns_sdlzlookup_t *lookup) { function
/bind-9.11.3/bin/named/unix/
H A Ddlz_dlopen_driver.c50 dlz_dlopen_authority_t *dlz_authority; member in struct:dlopen_data
145 if (cd->dlz_authority == NULL) {
150 result = cd->dlz_authority(zone, cd->dbdata, lookup);
305 cd->dlz_authority = (dlz_dlopen_authority_t *)
306 dl_load_symbol(cd, "dlz_authority", ISC_FALSE);
/bind-9.11.3/bin/named/win32/
H A Ddlz_dlopen_driver.c51 dlz_dlopen_authority_t *dlz_authority; member in struct:dlopen_data
146 if (cd->dlz_authority == NULL) {
151 result = cd->dlz_authority(zone, cd->dbdata, lookup);
293 cd->dlz_authority = (dlz_dlopen_authority_t *)
294 dl_load_symbol(cd, "dlz_authority", ISC_FALSE);
/bind-9.11.3/contrib/dlz/modules/sqlite3/
H A Ddlz_sqlite3_dynamic.c814 dlz_authority(const char *zone, void *dbdata, dns_sdlzlookup_t *lookup) { function

Completed in 23 milliseconds