Searched refs:suppressErr (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dutil.c157 if( db->suppressErr ){
H A Dresolve.c672 u8 savedSuppErr; /* Saved value of db->suppressErr */
686 savedSuppErr = db->suppressErr;
687 db->suppressErr = 1;
689 db->suppressErr = savedSuppErr;
H A DsqliteInt.h813 u8 suppressErr; /* Do not issue error messages if true */ member in struct:sqlite3
H A Dbuild.c2000 if( noErr ) db->suppressErr++;
2003 if( noErr ) db->suppressErr--;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9158 u8 suppressErr; /* Do not issue error messages if true */ member in struct:sqlite3
20377 if( db->suppressErr ){
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10453 u8 suppressErr; /* Do not issue error messages if true */ member in struct:sqlite3
22411 if( db->suppressErr ){
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10453 u8 suppressErr; /* Do not issue error messages if true */ member in struct:sqlite3
22411 if( db->suppressErr ){
[all...]

Completed in 657 milliseconds