Home
last modified time | relevance | path

Searched refs:EP_TokenOnly (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dwalker.c42 testcase( ExprHasProperty(pExpr, EP_TokenOnly) ); in sqlite3WalkExpr()
46 && !ExprHasAnyProperty(pExpr,EP_TokenOnly) ){ in sqlite3WalkExpr()
H A Dexpr.c620 if( !ExprHasAnyProperty(p, EP_TokenOnly) ){ in sqlite3ExprDelete()
688 assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) ); in dupedExprStructSize()
695 nSize = EXPR_TOKENONLYSIZE | EP_TokenOnly; in dupedExprStructSize()
788 pNew->flags &= ~(EP_Reduced|EP_TokenOnly|EP_Static); in exprDup()
789 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly); in exprDup()
798 if( 0==((p->flags|pNew->flags) & EP_TokenOnly) ){ in exprDup()
808 if( ExprHasAnyProperty(pNew, EP_Reduced|EP_TokenOnly) ){ in exprDup()
819 if( !ExprHasAnyProperty(p, EP_TokenOnly) ){ in exprDup()
2540 if( ExprHasAnyProperty(pExpr, EP_TokenOnly) ){ in sqlite3ExprCodeTarget()
3439 assert( !ExprHasAnyProperty(pA, EP_TokenOnly|EP_Reduced) ); in sqlite3ExprCompare()
[all …]
H A Dresolve.c82 assert( (pDup->flags & (EP_Reduced|EP_TokenOnly))==0 ); in resolveAlias()
148 assert( ~ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) ); in lookupName()
H A Dattach.c495 if( ExprHasAnyProperty(pExpr, EP_TokenOnly) ) break; in sqlite3FixExpr()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dwalker.c41 testcase( ExprHasProperty(pExpr, EP_TokenOnly) ); in walkExpr()
45 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){ in walkExpr()
H A Dexpr.c1024 if( !ExprHasProperty(p, (EP_TokenOnly|EP_Leaf)) ){ in sqlite3ExprDeleteNN()
1094 assert( (0xfff & (EP_Reduced|EP_TokenOnly))==0 ); in dupedExprStructSize()
1098 assert( !ExprHasProperty(p, EP_TokenOnly|EP_Reduced) ); in dupedExprStructSize()
1106 nSize = EXPR_TOKENONLYSIZE | EP_TokenOnly; in dupedExprStructSize()
1204 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly); in exprDup()
1223 if( ExprHasProperty(pNew, EP_Reduced|EP_TokenOnly) ){ in exprDup()
1225 if( !ExprHasProperty(pNew, EP_TokenOnly|EP_Leaf) ){ in exprDup()
1235 if( !ExprHasProperty(p, EP_TokenOnly|EP_Leaf) ){ in exprDup()
3641 tempX.flags = EP_IntValue|EP_TokenOnly; in sqlite3ExprCodeTarget()
3701 if( ExprHasProperty(pExpr, EP_TokenOnly) ){ in sqlite3ExprCodeTarget()
[all …]
H A Dattach.c536 if( ExprHasProperty(pExpr, EP_TokenOnly|EP_Leaf) ) break; in sqlite3FixExpr()
H A Dresolve.c96 assert( (pExpr->flags & (EP_Reduced|EP_TokenOnly))==0 ); in resolveAlias()
200 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) ); in lookupName()
H A Dtreeview.c367 if( ExprHasProperty(pExpr, EP_TokenOnly) ){ in sqlite3TreeViewExpr()
H A Dvdbemem.c1230 assert( (p->flags & EP_TokenOnly)==0 ); in valueFromFunction()
1329 assert( (pExpr->flags & EP_TokenOnly)==0 || pCtx==0 ); in valueFromExpr()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwalker.c70 testcase( ExprHasProperty(pExpr, EP_TokenOnly) ); in walkExpr()
75 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){ in walkExpr()
H A Dexpr.c1109 if( !ExprHasProperty(p, (EP_TokenOnly|EP_Leaf)) ){ in sqlite3ExprDeleteNN()
1198 assert( (0xfff & (EP_Reduced|EP_TokenOnly))==0 ); in dupedExprStructSize()
1206 assert( !ExprHasProperty(p, EP_TokenOnly|EP_Reduced) ); in dupedExprStructSize()
1214 nSize = EXPR_TOKENONLYSIZE | EP_TokenOnly; in dupedExprStructSize()
1312 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly); in exprDup()
1321 if( 0==((p->flags|pNew->flags) & (EP_TokenOnly|EP_Leaf)) ){ in exprDup()
1333 if( !ExprHasProperty(pNew, EP_TokenOnly|EP_Leaf) ){ in exprDup()
1349 if( !ExprHasProperty(p, EP_TokenOnly|EP_Leaf) ){ in exprDup()
4028 tempX.flags = EP_IntValue|EP_TokenOnly; in sqlite3ExprCodeTarget()
4106 if( ExprHasProperty(pExpr, EP_TokenOnly) ){ in sqlite3ExprCodeTarget()
[all …]
H A Dattach.c583 if( ExprHasProperty(pExpr, EP_TokenOnly|EP_Leaf) ) break; in sqlite3FixExpr()
H A Dresolve.c95 assert( (pExpr->flags & (EP_Reduced|EP_TokenOnly))==0 ); in resolveAlias()
228 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) ); in lookupName()
H A Dtreeview.c569 if( ExprHasProperty(pExpr, EP_TokenOnly) ){ in sqlite3TreeViewExpr()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwalker.c71 testcase( ExprHasProperty(pExpr, EP_TokenOnly) ); in walkExpr()
76 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){ in walkExpr()
H A Dexpr.c1131 if( !ExprHasProperty(p, (EP_TokenOnly|EP_Leaf)) ){ in sqlite3ExprDeleteNN()
1236 assert( (0xfff & (EP_Reduced|EP_TokenOnly))==0 ); in dupedExprStructSize()
1244 assert( !ExprHasProperty(p, EP_TokenOnly|EP_Reduced) ); in dupedExprStructSize()
1252 nSize = EXPR_TOKENONLYSIZE | EP_TokenOnly; in dupedExprStructSize()
1350 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly); in exprDup()
1363 if( 0==((p->flags|pNew->flags) & (EP_TokenOnly|EP_Leaf)) ){ in exprDup()
1375 if( !ExprHasProperty(pNew, EP_TokenOnly|EP_Leaf) ){ in exprDup()
1391 if( !ExprHasProperty(p, EP_TokenOnly|EP_Leaf) ){ in exprDup()
4107 tempX.flags = EP_IntValue|EP_TokenOnly; in sqlite3ExprCodeTarget()
4189 assert( !ExprHasProperty(pExpr, EP_TokenOnly) ); in sqlite3ExprCodeTarget()
[all …]
H A Dresolve.c101 assert( (pExpr->flags & (EP_Reduced|EP_TokenOnly))==0 ); in resolveAlias()
258 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) ); in lookupName()
639 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){ in lookupName()
H A Dtreeview.c579 if( ExprHasProperty(pExpr, EP_TokenOnly) ){ in sqlite3TreeViewExpr()
H A Dvdbemem.c1403 assert( (p->flags & EP_TokenOnly)==0 ); in valueFromFunction()
1506 assert( (pExpr->flags & EP_TokenOnly)==0 || pCtx==0 ); in valueFromExpr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwalker.c70 testcase( ExprHasProperty(pExpr, EP_TokenOnly) ); in walkExpr()
75 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){ in walkExpr()
H A Dexpr.c1120 if( !ExprHasProperty(p, (EP_TokenOnly|EP_Leaf)) ){ in sqlite3ExprDeleteNN()
1209 assert( (0xfff & (EP_Reduced|EP_TokenOnly))==0 ); in dupedExprStructSize()
1217 assert( !ExprHasProperty(p, EP_TokenOnly|EP_Reduced) ); in dupedExprStructSize()
1225 nSize = EXPR_TOKENONLYSIZE | EP_TokenOnly; in dupedExprStructSize()
1323 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly); in exprDup()
1336 if( 0==((p->flags|pNew->flags) & (EP_TokenOnly|EP_Leaf)) ){ in exprDup()
1348 if( !ExprHasProperty(pNew, EP_TokenOnly|EP_Leaf) ){ in exprDup()
1364 if( !ExprHasProperty(p, EP_TokenOnly|EP_Leaf) ){ in exprDup()
4077 tempX.flags = EP_IntValue|EP_TokenOnly; in sqlite3ExprCodeTarget()
4159 assert( !ExprHasProperty(pExpr, EP_TokenOnly) ); in sqlite3ExprCodeTarget()
[all …]
H A Dattach.c560 if( ExprHasProperty(pExpr, EP_TokenOnly|EP_Leaf) ) break; in sqlite3FixExpr()
H A Dresolve.c102 assert( (pExpr->flags & (EP_Reduced|EP_TokenOnly))==0 ); in resolveAlias()
260 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) ); in lookupName()
H A Dtreeview.c573 if( ExprHasProperty(pExpr, EP_TokenOnly) ){ in sqlite3TreeViewExpr()

12345678