Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c17753 #define SQLITE_CacheSpill 0x00000020 /* OK to spill pager cache */ macro
137982 assert( SQLITE_CacheSpill==PAGER_CACHESPILL );
138639 (db->flags & SQLITE_CacheSpill)==0 ? 0 :
138647 db->flags |= SQLITE_CacheSpill;
138649 db->flags &= ~(u64)SQLITE_CacheSpill;
181498 | SQLITE_CacheSpill