Home
last modified time | relevance | path

Searched refs:PAGER_FLAGS_MASK (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dpager.h108 #define PAGER_FLAGS_MASK 0x38 /* All above except SYNCHRONOUS */ macro
H A Dvacuum.c240 pgflags = db->aDb[iDb].safety_level | (db->flags & PAGER_FLAGS_MASK); in sqlite3RunVacuum()
H A Dattach.c192 PAGER_SYNCHRONOUS_FULL | (db->flags & PAGER_FLAGS_MASK)); in attachFunc()
H A Dpragma.c221 == PAGER_FLAGS_MASK ); in setAllPagerFlags()
226 pDb->safety_level | (db->flags & PAGER_FLAGS_MASK) ); in setAllPagerFlags()
H A Dbtree.c3151 pDb->safety_level | (db->flags & PAGER_FLAGS_MASK)); in setDefaultSyncFlag()