Searched refs:SQLITE_CacheSpill (Results 1 – 4 of 4) sorted by relevance
17672 #define SQLITE_CacheSpill 0x00000020 /* OK to spill pager cache */ macro137649 assert( SQLITE_CacheSpill==PAGER_CACHESPILL );138306 (db->flags & SQLITE_CacheSpill)==0 ? 0 :138314 db->flags |= SQLITE_CacheSpill;138316 db->flags &= ~(u64)SQLITE_CacheSpill;181136 | SQLITE_CacheSpill
17807 #define SQLITE_CacheSpill 0x00000020 /* OK to spill pager cache */ macro138962 assert( SQLITE_CacheSpill==PAGER_CACHESPILL );139619 (db->flags & SQLITE_CacheSpill)==0 ? 0 :139627 db->flags |= SQLITE_CacheSpill;139629 db->flags &= ~(u64)SQLITE_CacheSpill;183124 | SQLITE_CacheSpill
17853 #define SQLITE_CacheSpill 0x00000020 /* OK to spill pager cache */ macro143493 assert( SQLITE_CacheSpill==PAGER_CACHESPILL );144165 (db->flags & SQLITE_CacheSpill)==0 ? 0 :144173 db->flags |= SQLITE_CacheSpill;144175 db->flags &= ~(u64)SQLITE_CacheSpill;187174 | SQLITE_CacheSpill
17672 #define SQLITE_CacheSpill 0x00000020 /* OK to spill pager cache */ macro137633 assert( SQLITE_CacheSpill==PAGER_CACHESPILL );138290 (db->flags & SQLITE_CacheSpill)==0 ? 0 :138298 db->flags |= SQLITE_CacheSpill;138300 db->flags &= ~(u64)SQLITE_CacheSpill;181120 | SQLITE_CacheSpill