Searched refs:memDb (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dpager.c622 u8 memDb; /* True to inhibit all file I/O */ member in struct:Pager
756 # define MEMDB pPager->memDb
960 "Backing store: tempFile=%d memDb=%d useJournal=%d\n"
984 , (int)p->tempFile, (int)p->memDb, (int)p->useJournal
3493 if( (pPager->memDb==0 || pPager->dbSize==0)
4303 int memDb = 0; /* True if this is an in-memory file */ local
4332 memDb = 1;
4423 assert( !memDb );
4478 assert( pPager->memDb==0 );
4496 sqlite3PcacheOpen(szPageDflt, nExtra, !memDb,
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c37065 u8 memDb; /* True to inhibit all file I/O */ member in struct:Pager
40746 int memDb = 0; /* True if this is an in-memory file */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c39048 u8 memDb; /* True to inhibit all file I/O */ member in struct:Pager
42740 int memDb = 0; /* True if this is an in-memory file */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c39076 u8 memDb; /* True to inhibit all file I/O */ member in struct:Pager
42768 int memDb = 0; /* True if this is an in-memory file */ local
[all...]

Completed in 463 milliseconds