Searched refs:DB_BTREE (Results 1 – 20 of 20) sorted by relevance
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/db/ |
H A D | db.c | 64 case DB_BTREE:
|
/titanic_41/usr/src/cmd/sendmail/db/db/ |
H A D | db_dup.c | 303 if (dbp->type == DB_BTREE) 445 if (dbp->type == DB_BTREE) 519 if (dbp->type == DB_BTREE) 807 if (dbp->type == DB_BTREE && 860 if (dbp->type != DB_BTREE ||
|
H A D | db.c | 383 if (type != DB_BTREE && 415 type = DB_BTREE; 650 case DB_BTREE:
|
H A D | db_iface.c | 381 if (dbp->type == DB_BTREE && F_ISSET(dbp, DB_BT_RECNUM))
|
H A D | db_am.c | 121 case DB_BTREE:
|
H A D | db_pr.c | 146 case DB_BTREE:
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | db.h | 66 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; enumerator
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/ |
H A D | adb_openclose.c | 65 db = dbopen(filename, O_RDWR | O_CREAT | O_EXCL, 0600, DB_BTREE, &btinfo); in osa_adb_create_db() 404 db->db = dbopen(db->filename, O_RDWR, 0600, DB_BTREE, &db->btinfo); in osa_adb_open_and_lock()
|
H A D | kdb_db2.c | 278 dbc->hashfirst ? DB_HASH : DB_BTREE, in k5db2_dbopen() 290 dbc->hashfirst ? DB_BTREE : DB_HASH, in k5db2_dbopen() 1329 if (recursive && db->type != DB_BTREE) { in krb5_db2_db_iterate_ext()
|
/titanic_41/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_rec.c | 374 if (file_dbp->type == DB_BTREE) 551 file_dbp->type == DB_BTREE ? P_IBTREE : P_IRECNO); 697 if (file_dbp->type == DB_BTREE && 713 if (file_dbp->type == DB_BTREE &&
|
H A D | bt_cursor.c | 151 if (dbp->type == DB_BTREE) { 191 if (dbp->type == DB_BTREE && F_ISSET(cp, C_DELETED)) 1182 adjust = dbp->type == DB_BTREE ? P_INDX : O_INDX; 1295 adjust = dbp->type == DB_BTREE ? P_INDX : O_INDX;
|
H A D | bt_split.c | 121 if ((ret = (dbp->type == DB_BTREE ?
|
/titanic_41/usr/src/cmd/sendmail/db/log/ |
H A D | log_register.c | 53 if (type != DB_BTREE && type != DB_HASH && type != DB_RECNO) {
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | udb.c | 992 0644, DB_BTREE, NULL); 1016 DB_BTREE, 1031 errno = db_open(up->udb_dbname, DB_BTREE,
|
H A D | map.c | 1954 return db_map_open(map, mode, "btree", DB_BTREE, &btinfo);
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_open.c | 180 dbp->type = DB_BTREE;
|
/titanic_41/usr/src/lib/libresolv2/common/irs/ |
H A D | lcl_sv.c | 270 pvt->dbh = dbopen(_PATH_SERVICES_DB, O_RDONLY,O_RDONLY,DB_BTREE, NULL); in sv_rewind()
|
/titanic_41/usr/src/cmd/sendmail/libsmdb/ |
H A D | smdb1.c | 79 return DB_BTREE;
|
H A D | smdb2.c | 55 return DB_BTREE;
|
/titanic_41/usr/src/cmd/sendmail/db/ |
H A D | db.h | 286 DB_BTREE=1, /* B+tree. */ enumerator
|