Home
last modified time | relevance | path

Searched refs:DB_FTYPE_BTREE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb.c555 DB_FTYPE_BTREE, __bam_pgin, __bam_pgout)) != 0)
604 ftype = F_ISSET(dbp, DB_AM_SWAP) ? DB_FTYPE_BTREE : 0;
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb_int.h287 #define DB_FTYPE_BTREE -1 /* Btree. */ macro