Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c17696 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
99289 || (CORRUPT_DB && (db->flags & SQLITE_NoSchemaError)!=0) );
137455 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
140781 if( rc==SQLITE_OK || ((db->flags&SQLITE_NoSchemaError) && rc!=SQLITE_NOMEM)){
178785 SQLITE_NoSchemaError },
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c17831 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
100119 || (CORRUPT_DB && (db->flags & SQLITE_NoSchemaError)!=0) );
138740 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
142193 if( rc==SQLITE_OK || ((db->flags&SQLITE_NoSchemaError) && rc!=SQLITE_NOMEM)){
180773 SQLITE_NoSchemaError },
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c17877 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
100039 || (CORRUPT_DB && (db->flags & SQLITE_NoSchemaError)!=0) );
143299 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
146689 if( rc==SQLITE_OK || ((db->flags&SQLITE_NoSchemaError) && rc!=SQLITE_NOMEM)){
184786 SQLITE_NoSchemaError },
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c17696 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
99273 || (CORRUPT_DB && (db->flags & SQLITE_NoSchemaError)!=0) );
137439 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
140765 if( rc==SQLITE_OK || ((db->flags&SQLITE_NoSchemaError) && rc!=SQLITE_NOMEM)){
178769 SQLITE_NoSchemaError },