DB_BTREE
adjust = dbp->type == DB_BTREE ? P_INDX : O_INDX;
adjust = dbp->type == DB_BTREE ? P_INDX : O_INDX;
if (dbp->type == DB_BTREE) {
if (dbp->type == DB_BTREE && F_ISSET(cp, C_DELETED))
if (file_dbp->type == DB_BTREE)
file_dbp->type == DB_BTREE ? P_IBTREE : P_IRECNO);
if (file_dbp->type == DB_BTREE &&
if (file_dbp->type == DB_BTREE &&
if ((ret = (dbp->type == DB_BTREE ?
if (type != DB_BTREE &&
type = DB_BTREE;
case DB_BTREE:
case DB_BTREE:
if (dbp->type == DB_BTREE)
if (dbp->type == DB_BTREE)
if (dbp->type == DB_BTREE)
if (dbp->type == DB_BTREE &&
if (dbp->type != DB_BTREE ||
if (dbp->type == DB_BTREE && F_ISSET(dbp, DB_BT_RECNUM))
case DB_BTREE:
if (type != DB_BTREE && type != DB_HASH && type != DB_RECNO) {
return DB_BTREE;
return DB_BTREE;
return db_map_open(map, mode, "btree", DB_BTREE, &btinfo);
DB_BTREE,
errno = db_open(up->udb_dbname, DB_BTREE,
0644, DB_BTREE, NULL);
db->db = dbopen(db->filename, O_RDWR, 0600, DB_BTREE, &db->btinfo);
db = dbopen(filename, O_RDWR | O_CREAT | O_EXCL, 0600, DB_BTREE, &btinfo);
if (recursive && db->type != DB_BTREE) {
dbc->hashfirst ? DB_HASH : DB_BTREE,
dbc->hashfirst ? DB_BTREE : DB_HASH,
dbp->type = DB_BTREE;
case DB_BTREE:
pvt->dbh = dbopen(_PATH_SERVICES_DB, O_RDONLY,O_RDONLY,DB_BTREE, NULL);