Home | History | Annotate | Download | only in dist

Lines Matching refs:DB_Empty

8853 #define DB_Empty           0x0004  /* The file is empty (length 0 bytes) */
86754 DbHasProperty(db, 0, DB_Empty)
87045 DbClearProperty(db, iDb, DB_Empty);
87261 DbSetProperty(db, iDb, DB_Empty);
87367 ** file was of zero-length, then the DB_Empty flag is also set.