Searched refs:dns_data (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_bdbhpt_driver.c85 #define dlz_data "dns_data"
96 DB *data; /*%< dns_data database handle */
309 * the dns_data primary. NO - The point of this driver is
313 * the lookup (dns_data) database, and a second time for the zone
320 * together to lookup the data in the dns_data database. YES -
337 DBT xfr_key, xfr_data, dns_key, dns_data; local
349 memset(&dns_data, 0, sizeof(DBT));
363 /* get a cursor to loop through dns_data table */
386 * construct search key for dns_data.
396 &dns_data,
[all...]
/bind-9.6-ESV-R11/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c99 put_data(isc_boolean_t dns_data, char *input_key, char *input_data);
140 #define dlz_data "dns_data"
158 DB *data; /* dns_data database handle */
498 put_data(isc_boolean_t dns_data, char *input_key, char *input_data) { argument
508 if (!dns_data && input_key != NULL) {
519 if (dns_data) {

Completed in 13 milliseconds