Home | History | Annotate | Download | only in dist

Lines Matching refs:DB_Empty

8846 #define DB_Empty           0x0004  /* The file is empty (length 0 bytes) */
86747 DbHasProperty(db, 0, DB_Empty)
87038 DbClearProperty(db, iDb, DB_Empty);
87254 DbSetProperty(db, iDb, DB_Empty);
87360 ** file was of zero-length, then the DB_Empty flag is also set.