Searched refs:db_file (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/contrib/dlz/modules/bdbhpt/testing/ |
H A D | bdbhpt-populate.pl | 17 my $db_file = $opt->{bdb}; 18 if (!defined $db_file || $db_file eq '') { 42 -Filename => $db_file, 72 -Filename => $db_file, 89 -Filename => $db_file, 105 -Filename => $db_file,
|
/bind-9.11.3/contrib/dlz/drivers/ |
H A D | dlz_bdb_driver.c | 566 char *db_file, int flags) { 591 if ((result = (*db)->open(*db, NULL, db_file, db_name, db_type, 597 db_name, db_file, db_strerror(result)); 565 bdb_opendb(DB_ENV *db_env, DBTYPE db_type, DB **db, const char *db_name, char *db_file, int flags) argument
|
H A D | dlz_bdbhpt_driver.c | 612 char *db_file, int flags) { 637 if ((result = (*db)->open(*db, NULL, db_file, db_name, db_type, 643 db_name, db_file, db_strerror(result)); 611 bdbhpt_opendb(DB_ENV *db_env, DBTYPE db_type, DB **db, const char *db_name, char *db_file, int flags) argument
|
/bind-9.11.3/contrib/dlz/modules/bdbhpt/ |
H A D | dlz_bdbhpt_dynamic.c | 615 const char *db_name, char *db_file, int flags) 638 if ((result = (*db)->open(*db, NULL, db_file, db_name, db_type, 643 db_name, db_file, db_strerror(result)); 614 bdbhpt_opendb(log_t *log, DB_ENV *db_env, DBTYPE db_type, DB **db, const char *db_name, char *db_file, int flags) argument
|
/bind-9.11.3/contrib/dlz/bin/dlzbdb/ |
H A D | dlzbdb.c | 230 char *db_file = NULL; /*%< BDB database file location. */ variable 471 if ((result = (*db_out)->open(*db_out, NULL, db_file, db_name, db_type, 474 db_name, db_file, db_strerror(result)); 1231 /* get db_file to operate on */ 1233 db_file = argv[1];
|
Completed in 310 milliseconds