Searched refs:SQLITE_CacheSpill (Results 1 – 1 of 1) sorted by relevance
14008 #define SQLITE_CacheSpill 0x00000020 /* OK to spill pager cache */ macro110855 assert( SQLITE_CacheSpill==PAGER_CACHESPILL );111415 (db->flags & SQLITE_CacheSpill)==0 ? 0 : 111423 db->flags |= SQLITE_CacheSpill;111425 db->flags &= ~SQLITE_CacheSpill;139346 db->flags |= SQLITE_ShortColNames | SQLITE_EnableTrigger | SQLITE_CacheSpill