Home
last modified time | relevance | path

Searched refs:TF_Ephemeral (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvtab.c1177 pTab->tabFlags |= TF_Ephemeral; in sqlite3VtabEponymousTableClear()
H A Dselect.c4205 pTab->tabFlags |= TF_Ephemeral | TF_NoVisibleRowid; in withExpand()
4386 pTab->tabFlags |= TF_Ephemeral; in selectExpander()
4689 if( (pTab->tabFlags & TF_Ephemeral)!=0 ){ in selectAddSubqueryTypeInfo()
H A Dwhere.c2843 if( pTab->pSelect==0 && (pTab->tabFlags & TF_Ephemeral)==0 ){ in whereLoopAddBtree()
4744 if( (pTab->tabFlags & TF_Ephemeral)!=0 || pTab->pSelect ){ in sqlite3WhereBegin()
H A DsqliteInt.h1903 #define TF_Ephemeral 0x0002 /* An ephemeral table */ macro
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvtab.c1247 pTab->tabFlags |= TF_Ephemeral; in sqlite3VtabEponymousTableClear()
H A Dwhere.c3021 if( pTab->pSelect==0 && (pTab->tabFlags & TF_Ephemeral)==0 ){ in whereLoopAddBtree()
5161 if( (pTab->tabFlags & TF_Ephemeral)!=0 || pTab->pSelect ){ in sqlite3WhereBegin()
5514 if( (pTab->tabFlags & TF_Ephemeral)==0 in sqlite3WhereEnd()
H A Dselect.c5017 pTab->tabFlags |= TF_Ephemeral | TF_NoVisibleRowid; in resolveFromTermToCte()
5161 pTab->tabFlags |= TF_Ephemeral; in sqlite3ExpandSubquery()
5549 if( (pTab->tabFlags & TF_Ephemeral)!=0 ){ in selectAddSubqueryTypeInfo()
H A Dwindow.c1066 pTab->tabFlags |= TF_Ephemeral; in sqlite3WindowRewrite()
H A DsqliteInt.h2243 #define TF_Ephemeral 0x4000 /* An ephemeral table */ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvtab.c1246 pTab->tabFlags |= TF_Ephemeral; in sqlite3VtabEponymousTableClear()
H A Dwhere.c2957 if( pTab->pSelect==0 && (pTab->tabFlags & TF_Ephemeral)==0 ){ in whereLoopAddBtree()
5028 if( (pTab->tabFlags & TF_Ephemeral)!=0 || pTab->pSelect ){ in sqlite3WhereBegin()
5377 if( (pTab->tabFlags & TF_Ephemeral)==0 in sqlite3WhereEnd()
H A Dselect.c4749 pTab->tabFlags |= TF_Ephemeral | TF_NoVisibleRowid; in withExpand()
4875 pTab->tabFlags |= TF_Ephemeral; in sqlite3ExpandSubquery()
5281 if( (pTab->tabFlags & TF_Ephemeral)!=0 ){ in selectAddSubqueryTypeInfo()
H A DsqliteInt.h2134 #define TF_Ephemeral 0x0002 /* An ephemeral table */ macro
H A Dwindow.c1032 pTab->tabFlags |= TF_Ephemeral; in sqlite3WindowRewrite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvtab.c1246 pTab->tabFlags |= TF_Ephemeral; in sqlite3VtabEponymousTableClear()
H A Dwhere.c3001 if( pTab->pSelect==0 && (pTab->tabFlags & TF_Ephemeral)==0 ){ in whereLoopAddBtree()
5141 if( (pTab->tabFlags & TF_Ephemeral)!=0 || pTab->pSelect ){ in sqlite3WhereBegin()
5494 if( (pTab->tabFlags & TF_Ephemeral)==0 in sqlite3WhereEnd()
H A Dselect.c4844 pTab->tabFlags |= TF_Ephemeral | TF_NoVisibleRowid; in withExpand()
4974 pTab->tabFlags |= TF_Ephemeral; in sqlite3ExpandSubquery()
5357 if( (pTab->tabFlags & TF_Ephemeral)!=0 ){ in selectAddSubqueryTypeInfo()
H A Dwindow.c1066 pTab->tabFlags |= TF_Ephemeral; in sqlite3WindowRewrite()
H A DsqliteInt.h2176 #define TF_Ephemeral 0x0002 /* An ephemeral table */ macro
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c2940 if (pTab->pSelect==0 && (pTab->tabFlags & TF_Ephemeral)==0) { in whereLoopAddBtree()
4980 if ((pTab->tabFlags & TF_Ephemeral)!=0 || pTab->pSelect) { in sqlite3WhereBegin()
5301 if ((pTab->tabFlags & TF_Ephemeral)==0 in sqlite3WhereEnd()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c2940 if (pTab->pSelect==0 && (pTab->tabFlags & TF_Ephemeral)==0) { in whereLoopAddBtree()
4980 if ((pTab->tabFlags & TF_Ephemeral)!=0 || pTab->pSelect) { in sqlite3WhereBegin()
5301 if ((pTab->tabFlags & TF_Ephemeral)==0 in sqlite3WhereEnd()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A DsqliteInt.h1305 #define TF_Ephemeral 0x02 /* An ephemeral table */ macro
H A Dselect.c3209 pTab->tabFlags |= TF_Ephemeral; in selectExpander()
3441 if( ALWAYS(pTab!=0) && (pTab->tabFlags & TF_Ephemeral)!=0 ){ in selectAddSubqueryTypeInfo()
H A Dwhere.c4737 if( (pTab->tabFlags & TF_Ephemeral)!=0 || pTab->pSelect ){ in sqlite3WhereBegin()
4926 if( (pTab->tabFlags & TF_Ephemeral)==0 in sqlite3WhereEnd()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h1303 #define TF_Ephemeral 0x02 /* An ephemeral table */

12345678