Home
last modified time | relevance | path

Searched refs:IN_DECLARE_VTAB (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dauth.c204 if( db->init.busy || IN_DECLARE_VTAB ){ in sqlite3AuthCheck()
H A Dtokenize.c502 if( !IN_DECLARE_VTAB ){ in sqlite3RunParser()
H A Dbuild.c807 if( !IN_DECLARE_VTAB ){ in sqlite3StartTable()
1147 if( pTab==0 || IN_DECLARE_VTAB ) goto primary_key_exit; in sqlite3AddPrimaryKey()
1208 if( pTab && !IN_DECLARE_VTAB ){ in sqlite3AddCheckConstraint()
2185 if( p==0 || IN_DECLARE_VTAB ) goto fk_end; in sqlite3CreateForeignKey()
2425 if( db->mallocFailed || IN_DECLARE_VTAB ){ in sqlite3CreateIndex()
H A DsqliteInt.h2261 #define IN_DECLARE_VTAB 0 macro
2263 #define IN_DECLARE_VTAB (pParse->declareVtab) macro
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dauth.c212 if( db->init.busy || IN_DECLARE_VTAB ){ in sqlite3AuthCheck()
H A Dtokenize.c593 if( !IN_DECLARE_VTAB ){ in sqlite3RunParser()
H A Dbuild.c910 if( !IN_DECLARE_VTAB ){ in sqlite3StartTable()
1371 if( pTab && !IN_DECLARE_VTAB in sqlite3AddCheckConstraint()
1710 if( IN_DECLARE_VTAB ) return; in convertToWithoutRowidTable()
2646 if( p==0 || IN_DECLARE_VTAB ) goto fk_end; in sqlite3CreateForeignKey()
2930 if( IN_DECLARE_VTAB && idxType!=SQLITE_IDXTYPE_PRIMARYKEY ){ in sqlite3CreateIndex()
3062 if( IN_DECLARE_VTAB ) zName[7]++; in sqlite3CreateIndex()
3318 assert( !IN_DECLARE_VTAB ); in sqlite3CreateIndex()
H A DsqliteInt.h3064 #define IN_DECLARE_VTAB 0 macro
3066 #define IN_DECLARE_VTAB (pParse->declareVtab) macro
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h1559 #define IN_DECLARE_VTAB 0 macro
1561 #define IN_DECLARE_VTAB (pParse->declareVtab) macro
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h2262 #define IN_DECLARE_VTAB 0
2264 #define IN_DECLARE_VTAB (pParse->declareVtab)
H A Dsqlite3.amalgamation.c4128 #define IN_DECLARE_VTAB 0 macro
4130 #define IN_DECLARE_VTAB (pParse->declareVtab) macro
61413 if( db->init.busy || IN_DECLARE_VTAB ){
62238 if( !IN_DECLARE_VTAB ){
62574 if( pTab==0 || IN_DECLARE_VTAB ) goto primary_key_exit;
62635 if( pTab && !IN_DECLARE_VTAB ){
63603 if( p==0 || IN_DECLARE_VTAB ) goto fk_end;
63842 if( db->mallocFailed || IN_DECLARE_VTAB ){
91356 if( !IN_DECLARE_VTAB ){
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dbuild.c1578 if( pTab && !IN_DECLARE_VTAB in sqlite3AddCheckConstraint()
1641 if( IN_DECLARE_VTAB ){ in sqlite3AddGenerated()
3089 if( p==0 || IN_DECLARE_VTAB ) goto fk_end; in sqlite3CreateForeignKey()
3422 if( IN_DECLARE_VTAB && idxType!=SQLITE_IDXTYPE_PRIMARYKEY ){ in sqlite3CreateIndex()
H A DsqliteInt.h3371 #define IN_DECLARE_VTAB 0 macro
3373 #define IN_DECLARE_VTAB (pParse->eParseMode==PARSE_MODE_DECLARE_VTAB) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dbuild.c1628 if( pTab && !IN_DECLARE_VTAB in sqlite3AddCheckConstraint()
1698 if( IN_DECLARE_VTAB ){ in sqlite3AddGenerated()
3192 if( p==0 || IN_DECLARE_VTAB ) goto fk_end; in sqlite3CreateForeignKey()
3525 if( IN_DECLARE_VTAB && idxType!=SQLITE_IDXTYPE_PRIMARYKEY ){ in sqlite3CreateIndex()
H A DsqliteInt.h3443 #define IN_DECLARE_VTAB 0 macro
3445 #define IN_DECLARE_VTAB (pParse->eParseMode==PARSE_MODE_DECLARE_VTAB) macro
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dbuild.c1735 if( pTab && !IN_DECLARE_VTAB in sqlite3AddCheckConstraint()
1805 if( IN_DECLARE_VTAB ){ in sqlite3AddGenerated()
3298 if( p==0 || IN_DECLARE_VTAB ) goto fk_end; in sqlite3CreateForeignKey()
3631 if( IN_DECLARE_VTAB && idxType!=SQLITE_IDXTYPE_PRIMARYKEY ){ in sqlite3CreateIndex()
H A DsqliteInt.h3537 #define IN_DECLARE_VTAB 0 macro
3539 #define IN_DECLARE_VTAB (pParse->eParseMode==PARSE_MODE_DECLARE_VTAB) macro
/dports/databases/sqliteodbc/sqliteodbc-0.9998/
H A Dmingw-cross-build.sh769 - if( p==0 || pParse->nErr || IN_DECLARE_VTAB ) goto fk_end;
H A Dmingw64-cross-build.sh757 - if( p==0 || pParse->nErr || IN_DECLARE_VTAB ) goto fk_end;
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c9711 #define IN_DECLARE_VTAB 0 macro
9713 #define IN_DECLARE_VTAB (pParse->declareVtab) macro
66192 if( db->init.busy || IN_DECLARE_VTAB ){
67036 if( !IN_DECLARE_VTAB ){
67371 if( pTab==0 || IN_DECLARE_VTAB ) goto primary_key_exit;
67432 if( pTab && !IN_DECLARE_VTAB ){
68401 if( p==0 || IN_DECLARE_VTAB ) goto fk_end;
68640 if( db->mallocFailed || IN_DECLARE_VTAB ){
94843 if( !IN_DECLARE_VTAB ){
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c9261 #define IN_DECLARE_VTAB 0 macro
9263 #define IN_DECLARE_VTAB (pParse->declareVtab) macro
62239 if( db->init.busy || IN_DECLARE_VTAB ){
63098 if( !IN_DECLARE_VTAB ){
63436 if( pTab==0 || IN_DECLARE_VTAB ) goto primary_key_exit;
63493 if( pTab && !IN_DECLARE_VTAB ){
64523 if( p==0 || pParse->nErr || IN_DECLARE_VTAB ) goto fk_end;
64739 if( pParse->nErr || db->mallocFailed || IN_DECLARE_VTAB ){
88417 if( !IN_DECLARE_VTAB ){
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c10362 #define IN_DECLARE_VTAB 0 macro
10364 #define IN_DECLARE_VTAB (pParse->declareVtab) macro
67861 if( db->init.busy || IN_DECLARE_VTAB ){
68715 if( !IN_DECLARE_VTAB ){
69055 if( pTab==0 || IN_DECLARE_VTAB ) goto primary_key_exit;
69116 if( pTab && !IN_DECLARE_VTAB ){
70093 if( p==0 || IN_DECLARE_VTAB ) goto fk_end;
70333 if( db->mallocFailed || IN_DECLARE_VTAB ){
97942 if( !IN_DECLARE_VTAB ){
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c11176 #define IN_DECLARE_VTAB 0 macro
11178 #define IN_DECLARE_VTAB (pParse->declareVtab) macro
81149 if( db->init.busy || IN_DECLARE_VTAB ){
82001 if( !IN_DECLARE_VTAB ){
82341 if( pTab==0 || IN_DECLARE_VTAB ) goto primary_key_exit;
82402 if( pTab && !IN_DECLARE_VTAB ){
83409 if( p==0 || IN_DECLARE_VTAB ) goto fk_end;
83690 if( db->mallocFailed || IN_DECLARE_VTAB ){
112035 if( !IN_DECLARE_VTAB ){
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c10875 #define IN_DECLARE_VTAB 0 macro
10877 #define IN_DECLARE_VTAB (pParse->declareVtab) macro
77325 if( db->init.busy || IN_DECLARE_VTAB ){
78177 if( !IN_DECLARE_VTAB ){
78517 if( pTab==0 || IN_DECLARE_VTAB ) goto primary_key_exit;
78578 if( pTab && !IN_DECLARE_VTAB ){
79555 if( p==0 || IN_DECLARE_VTAB ) goto fk_end;
79795 if( db->mallocFailed || IN_DECLARE_VTAB ){
107553 if( !IN_DECLARE_VTAB ){
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c10868 #define IN_DECLARE_VTAB 0 macro
10870 #define IN_DECLARE_VTAB (pParse->declareVtab) macro
77289 if( db->init.busy || IN_DECLARE_VTAB ){
78141 if( !IN_DECLARE_VTAB ){
78481 if( pTab==0 || IN_DECLARE_VTAB ) goto primary_key_exit;
78542 if( pTab && !IN_DECLARE_VTAB ){
79519 if( p==0 || IN_DECLARE_VTAB ) goto fk_end;
79759 if( db->mallocFailed || IN_DECLARE_VTAB ){
107517 if( !IN_DECLARE_VTAB ){

1234567