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

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c1708 /* Set the variable isMemdb to true for an in-memory database, or
1712 const int isMemdb = 0; local
1714 const int isMemdb = (zFilename && strcmp(zFilename, ":memory:")==0) local
1731 if( isMemdb ){
1734 if( (vfsFlags & SQLITE_OPEN_MAIN_DB)!=0 && (isMemdb || isTempDb) ){
1754 if( isMemdb==0 && isTempDb==0 ){
1851 if( zFilename && !isMemdb ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c48831 const int isMemdb = 0; local
48833 const int isMemdb = (zFilename && strcmp(zFilename, ":memory:")==0) local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c53308 const int isMemdb = 0; local
53310 const int isMemdb = (zFilename && strcmp(zFilename, ":memory:")==0) local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c53328 const int isMemdb = 0; local
53330 const int isMemdb = (zFilename && strcmp(zFilename, ":memory:")==0) local
[all...]

Completed in 942 milliseconds