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
839 /* Check that MEMDB implies noSync. And an in-memory journal. Since
847 if( MEMDB ){
864 assert( !MEMDB );
1123 assert( !MEMDB );
1796 assert( !MEMDB );
1829 assert( rc==SQLITE_OK || !MEMDB );
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c37197 # define MEMDB macro
37199 # define MEMDB macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c39180 # define MEMDB macro
39182 # define MEMDB macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c39208 # define MEMDB macro
39210 # define MEMDB macro
[all...]

Completed in 486 milliseconds