Home
last modified time | relevance | path

Searched refs:suppressErr (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dresolve.c686 savedSuppErr = db->suppressErr; in resolveOrderByTermToExprList()
687 db->suppressErr = 1; in resolveOrderByTermToExprList()
689 db->suppressErr = savedSuppErr; in resolveOrderByTermToExprList()
H A Dutil.c157 if( db->suppressErr ){ in sqlite3ErrorMsg()
H A Dbuild.c2000 if( noErr ) db->suppressErr++; in sqlite3DropTable()
2003 if( noErr ) db->suppressErr--; in sqlite3DropTable()
H A DsqliteInt.h816 u8 suppressErr; /* Do not issue error messages if true */ member
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dresolve.c900 savedSuppErr = db->suppressErr; in resolveOrderByTermToExprList()
901 db->suppressErr = 1; in resolveOrderByTermToExprList()
903 db->suppressErr = savedSuppErr; in resolveOrderByTermToExprList()
H A Dutil.c218 if( db->suppressErr ){ in sqlite3ErrorMsg()
H A Dbuild.c2524 if( noErr ) db->suppressErr++; in sqlite3DropTable()
2527 if( noErr ) db->suppressErr--; in sqlite3DropTable()
H A DsqliteInt.h1334 u8 suppressErr; /* Do not issue error messages if true */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dresolve.c1179 savedSuppErr = db->suppressErr; in resolveOrderByTermToExprList()
1180 if( IN_RENAME_OBJECT==0 ) db->suppressErr = 1; in resolveOrderByTermToExprList()
1182 db->suppressErr = savedSuppErr; in resolveOrderByTermToExprList()
H A Dutil.c190 if( db->suppressErr ){ in sqlite3ErrorMsg()
H A Dbuild.c2966 if( noErr ) db->suppressErr++; in sqlite3DropTable()
2969 if( noErr ) db->suppressErr--; in sqlite3DropTable()
H A DsqliteInt.h1446 u8 suppressErr; /* Do not issue error messages if true */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dresolve.c1203 savedSuppErr = db->suppressErr; in resolveOrderByTermToExprList()
1204 if( IN_RENAME_OBJECT==0 ) db->suppressErr = 1; in resolveOrderByTermToExprList()
1206 db->suppressErr = savedSuppErr; in resolveOrderByTermToExprList()
H A Dutil.c190 if( db->suppressErr ){ in sqlite3ErrorMsg()
H A Dbuild.c3069 if( noErr ) db->suppressErr++; in sqlite3DropTable()
3072 if( noErr ) db->suppressErr--; in sqlite3DropTable()
H A DsqliteInt.h1481 u8 suppressErr; /* Do not issue error messages if true */ member
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dresolve.c1269 savedSuppErr = db->suppressErr; in resolveOrderByTermToExprList()
1270 if( IN_RENAME_OBJECT==0 ) db->suppressErr = 1; in resolveOrderByTermToExprList()
1272 db->suppressErr = savedSuppErr; in resolveOrderByTermToExprList()
H A Dutil.c200 if( db->suppressErr ){ in sqlite3ErrorMsg()
H A Dbuild.c3175 if( noErr ) db->suppressErr++; in sqlite3DropTable()
3178 if( noErr ) db->suppressErr--; in sqlite3DropTable()
H A DsqliteInt.h1517 u8 suppressErr; /* Do not issue error messages if true */ member
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h813 u8 suppressErr; /* Do not issue error messages if true */ member
H A Dsqlite3.amalgamation.c2692 u8 suppressErr; /* Do not issue error messages if true */ member
13888 if( db->suppressErr ){ in sqlite3ErrorMsg()
54873 savedSuppErr = db->suppressErr;
54874 db->suppressErr = 1;
54876 db->suppressErr = savedSuppErr;
63419 if( noErr ) db->suppressErr++;
63422 if( noErr ) db->suppressErr--;
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c8917 u8 suppressErr; /* Do not issue error messages if true */ member
20127 if( db->suppressErr ){ in sqlite3ErrorMsg()
61286 savedSuppErr = db->suppressErr;
61287 db->suppressErr = 1;
61289 db->suppressErr = savedSuppErr;
69908 if( noErr ) db->suppressErr++;
69911 if( noErr ) db->suppressErr--;
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c9730 u8 suppressErr; /* Do not issue error messages if true */ member
21202 if( db->suppressErr ){ in sqlite3ErrorMsg()
73857 savedSuppErr = db->suppressErr;
73858 db->suppressErr = 1;
73860 db->suppressErr = savedSuppErr;
83287 if( noErr ) db->suppressErr++;
83290 if( noErr ) db->suppressErr--;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c9425 u8 suppressErr; /* Do not issue error messages if true */ member
20692 if( db->suppressErr ){ in sqlite3ErrorMsg()
70734 savedSuppErr = db->suppressErr;
70735 db->suppressErr = 1;
70737 db->suppressErr = savedSuppErr;
79370 if( noErr ) db->suppressErr++;
79373 if( noErr ) db->suppressErr--;

1234567