Searched refs:DB_FIXEDLEN (Results 1 – 3 of 3) sorted by relevance
94 sp->bt_flags |= DB_FIXEDLEN;
179 if (F_ISSET(dbinfo, DB_FIXEDLEN))669 (DB_DELIMITER | DB_FIXEDLEN | DB_PAD | DB_RENUMBER | DB_SNAPSHOT)
337 #define DB_FIXEDLEN 0x0008 /* Recno: fixed-length records. */ macro