Home
last modified time | relevance | path

Searched refs:CDB___bam_open (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Dbtree_ext.h32 int CDB___bam_open __P((DB *, const char *, db_pgno_t));
H A Dbt_open.c72 CDB___bam_open(dbp, name, base_pgno) in CDB___bam_open() function
H A Ddb.c338 ret = CDB___bam_open(dbp, name, meta_pgno);
/dports/textproc/mifluz/mifluz-0.26.0/db/
H A Dbtree_ext.h36 int CDB___bam_open __P((DB *, const char *, db_pgno_t, u_int32_t));
H A Dbt_open.c73 CDB___bam_open(dbp, name, base_pgno, flags) in CDB___bam_open() function
H A Ddb.c374 ret = CDB___bam_open(dbp, name, meta_pgno, flags);