Searched refs:dns_data (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/contrib/dlz/modules/bdbhpt/testing/ |
H A D | bdbhpt-populate.pl | 41 my $dns_data = new BerkeleyDB::Hash 45 -Subname => "dns_data" 46 || die "Cannot create dns_data: $BerkeleyDB::Error"; 62 if ($dns_data->db_put($row_name, $row_value) != 0) { 63 die "Cannot add record '$row_name' -> '$row_value' to dns_data: $BerkeleyDB::Error"; 69 $dns_data->db_close();
|
/bind-9.11.3/contrib/dlz/drivers/ |
H A D | dlz_bdbhpt_driver.c | 76 #define dlz_data "dns_data" 87 DB *data; /*%< dns_data database handle */ 301 * the dns_data primary. NO - The point of this driver is 305 * the lookup (dns_data) database, and a second time for the zone 312 * together to lookup the data in the dns_data database. YES - 329 DBT xfr_key, xfr_data, dns_key, dns_data; local 341 memset(&dns_data, 0, sizeof(DBT)); 355 /* get a cursor to loop through dns_data table */ 378 * construct search key for dns_data. 388 &dns_data, [all...] |
/bind-9.11.3/contrib/dlz/modules/bdbhpt/ |
H A D | dlz_bdbhpt_dynamic.c | 79 #define dlz_data "dns_data" 93 DB *data; /* dns_data database handle */ 306 * the dns_data primary. NO - The point of this driver is 310 * the lookup (dns_data) database, and a second time for the zone 317 * together to lookup the data in the dns_data database. YES - 330 DBT xfr_key, xfr_data, dns_key, dns_data; local 340 memset(&dns_data, 0, sizeof(DBT)); 354 /* get a cursor to loop through dns_data table */ 377 * construct search key for dns_data. 388 &dns_data, [all...] |
/bind-9.11.3/contrib/dlz/bin/dlzbdb/ |
H A D | dlzbdb.c | 90 put_data(isc_boolean_t dns_data, char *input_key, char *input_data); 131 #define dlz_data "dns_data" 149 DB *data; /* dns_data database handle */ 489 put_data(isc_boolean_t dns_data, char *input_key, char *input_data) { argument 499 if (!dns_data && input_key != NULL) { 510 if (dns_data) {
|
Completed in 501 milliseconds