Searched defs:MEMDB (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dpager.c748 ** The macro MEMDB is true if we are dealing with an in-memory database.
750 ** the value of MEMDB will be a constant and the compiler will optimize
754 # define MEMDB 0 macro
756 # define MEMDB pPager->memDb macro
829 /* Check that MEMDB implies noSync. And an in-memory journal. Since
837 if( MEMDB ){
854 assert( !MEMDB );
1113 assert( !MEMDB );
1786 assert( !MEMDB );
1819 assert( rc==SQLITE_OK || !MEMDB );
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c37184 # define MEMDB macro
37186 # define MEMDB macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c41023 # define MEMDB macro
41025 # define MEMDB macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c41043 # define MEMDB macro
41045 # define MEMDB macro
[all...]

Completed in 479 milliseconds