Searched refs:db_out (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/contrib/dlz/bin/dlzbdb/ |
H A D | dlzbdb.c | 87 bdb_opendb(DBTYPE db_type, DB **db_out, const char *db_name, int flags); 448 bdb_opendb(DBTYPE db_type, DB **db_out, const char *db_name, int flags) { argument 454 if ((result = db_create(db_out, db.dbenv, 0)) != 0) { 461 if ((result = (*db_out)->set_flags(*db_out, flags)) != 0) { 471 if ((result = (*db_out)->open(*db_out, NULL, db_file, db_name, db_type,
|
Completed in 1459 milliseconds