Home
last modified time | relevance | path

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

12345

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dpragma.h645 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
H A Dprepare.c384 if( rc==SQLITE_OK || (db->flags&SQLITE_NoSchemaError)){ in sqlite3InitOne()
H A Dmain.c952 SQLITE_NoSchemaError }, in sqlite3_db_config()
H A DsqliteInt.h1684 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dpragma.h645 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
H A Dprepare.c373 if( rc==SQLITE_OK || (db->flags&SQLITE_NoSchemaError)){ in sqlite3InitOne()
H A Dmain.c952 SQLITE_NoSchemaError }, in sqlite3_db_config()
H A DsqliteInt.h1645 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dpragma.h680 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
H A Dprepare.c360 if( rc==SQLITE_OK || (db->flags&SQLITE_NoSchemaError)){ in sqlite3InitOne()
H A DsqliteInt.h1606 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
H A Dmain.c885 SQLITE_NoSchemaError }, in sqlite3_db_config()
/dports/graphics/aloadimage/arcan-0.6.1/external/sqlite/
H A Dsqlite3.c17271 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
92867 || (CORRUPT_DB && (db->flags & SQLITE_NoSchemaError)!=0) );
128478 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
131435 if( rc==SQLITE_OK || (db->flags&SQLITE_NoSchemaError)){
166031 SQLITE_NoSchemaError },
/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/
H A Dsqlite3.c17271 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
92867 || (CORRUPT_DB && (db->flags & SQLITE_NoSchemaError)!=0) );
128478 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
131435 if( rc==SQLITE_OK || (db->flags&SQLITE_NoSchemaError)){
166031 SQLITE_NoSchemaError },
/dports/sysutils/acfgfs/arcan-0.6.1/external/sqlite/
H A Dsqlite3.c17271 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
92867 || (CORRUPT_DB && (db->flags & SQLITE_NoSchemaError)!=0) );
128478 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
131435 if( rc==SQLITE_OK || (db->flags&SQLITE_NoSchemaError)){
166031 SQLITE_NoSchemaError },
/dports/lang/tcl86/tcl8.6.12/pkgs/sqlite3.36.0/compat/sqlite3/
H A Dsqlite3.c17313 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
93102 || (CORRUPT_DB && (db->flags & SQLITE_NoSchemaError)!=0) );
128721 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
131678 if( rc==SQLITE_OK || (db->flags&SQLITE_NoSchemaError)){
166307 SQLITE_NoSchemaError },
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlite3/
H A Dsqlite3.c17271 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
92867 || (CORRUPT_DB && (db->flags & SQLITE_NoSchemaError)!=0) );
128478 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
131435 if( rc==SQLITE_OK || (db->flags&SQLITE_NoSchemaError)){
166031 SQLITE_NoSchemaError },
/dports/www/gitea/gitea-1.16.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c16973 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
93907 || (CORRUPT_DB && (db->flags & SQLITE_NoSchemaError)!=0) );
130420 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
133509 if( rc==SQLITE_OK || (db->flags&SQLITE_NoSchemaError)){
169291 SQLITE_NoSchemaError },
/dports/dns/blocky/blocky-0.17/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c17272 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
92868 || (CORRUPT_DB && (db->flags & SQLITE_NoSchemaError)!=0) );
128479 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
131436 if( rc==SQLITE_OK || (db->flags&SQLITE_NoSchemaError)){
166032 SQLITE_NoSchemaError },
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/sqlite3/src/
H A Dsqlite3.c17271 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
92867 || (CORRUPT_DB && (db->flags & SQLITE_NoSchemaError)!=0) );
128478 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
131435 if( rc==SQLITE_OK || (db->flags&SQLITE_NoSchemaError)){
166031 SQLITE_NoSchemaError },
/dports/devel/fossil/fossil-src-2.17/src/
H A Dsqlite3.c16568 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
92941 || (CORRUPT_DB && (db->flags & SQLITE_NoSchemaError)!=0) );
128983 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
132021 if( rc==SQLITE_OK || (db->flags&SQLITE_NoSchemaError)){
166782 SQLITE_NoSchemaError },
/dports/www/firefox/firefox-99.0/third_party/sqlite3/src/
H A Dsqlite3.c16655 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
93221 || (CORRUPT_DB && (db->flags & SQLITE_NoSchemaError)!=0) );
129534 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
132619 if( rc==SQLITE_OK || (db->flags&SQLITE_NoSchemaError)){
167540 SQLITE_NoSchemaError },
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c17272 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
92868 || (CORRUPT_DB && (db->flags & SQLITE_NoSchemaError)!=0) );
128479 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
131436 if( rc==SQLITE_OK || (db->flags&SQLITE_NoSchemaError)){
166032 SQLITE_NoSchemaError },
/dports/math/vtk9/VTK-9.1.0/ThirdParty/sqlite/vtksqlite/
H A Dsqlite3.c17274 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
92870 || (CORRUPT_DB && (db->flags & SQLITE_NoSchemaError)!=0) );
128481 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
131438 if( rc==SQLITE_OK || (db->flags&SQLITE_NoSchemaError)){
166034 SQLITE_NoSchemaError },
/dports/x11/aclip/arcan-0.6.1/external/sqlite/
H A Dsqlite3.c17271 #define SQLITE_NoSchemaError 0x08000000 /* Do not report schema parse errors*/ macro
92867 || (CORRUPT_DB && (db->flags & SQLITE_NoSchemaError)!=0) );
128478 /* iArg: */ SQLITE_WriteSchema|SQLITE_NoSchemaError },
131435 if( rc==SQLITE_OK || (db->flags&SQLITE_NoSchemaError)){
166031 SQLITE_NoSchemaError },

12345