Home
last modified time | relevance | path

Searched refs:EP_Leaf (Results 1 – 25 of 149) sorted by relevance

123456

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dwalker.c45 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){ in walkExpr()
H A Dattach.c536 if( ExprHasProperty(pExpr, EP_TokenOnly|EP_Leaf) ) break; in sqlite3FixExpr()
H A Dexpr.c747 pNew->flags |= EP_IntValue|EP_Leaf; in sqlite3ExprAlloc()
1018 if( ExprHasProperty(p, EP_Leaf) && !ExprHasProperty(p, EP_TokenOnly) ){ in sqlite3ExprDeleteNN()
1024 if( !ExprHasProperty(p, (EP_TokenOnly|EP_Leaf)) ){ in sqlite3ExprDeleteNN()
1213 if( 0==((p->flags|pNew->flags) & (EP_TokenOnly|EP_Leaf)) ){ in exprDup()
1225 if( !ExprHasProperty(pNew, EP_TokenOnly|EP_Leaf) ){ in exprDup()
1235 if( !ExprHasProperty(p, EP_TokenOnly|EP_Leaf) ){ in exprDup()
H A Dresolve.c481 ExprSetProperty(pExpr, EP_Leaf); in lookupName()
H A DsqliteInt.h2406 #define EP_Leaf 0x800000 /* Expr.pLeft, .pRight, .u.pSelect all NULL */ macro
H A Dparse.y856 p->flags = EP_Leaf;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwalker.c75 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){ in walkExpr()
H A Dattach.c583 if( ExprHasProperty(pExpr, EP_TokenOnly|EP_Leaf) ) break; in sqlite3FixExpr()
H A Dexpr.c815 pNew->flags |= EP_IntValue|EP_Leaf|(iValue?EP_IsTrue:EP_IsFalse); in sqlite3ExprAlloc()
1103 if( ExprHasProperty(p, EP_Leaf) && !ExprHasProperty(p, EP_TokenOnly) ){ in sqlite3ExprDeleteNN()
1109 if( !ExprHasProperty(p, (EP_TokenOnly|EP_Leaf)) ){ in sqlite3ExprDeleteNN()
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()
H A Dwhereexpr.c1512 }else if( ExprHasProperty(p, EP_TokenOnly|EP_Leaf) ){ in sqlite3WhereExprUsageNN()
H A Dresolve.c599 ExprSetProperty(pExpr, EP_Leaf); in lookupName()
H A DsqliteInt.h2677 #define EP_Leaf 0x800000 /* Expr.pLeft, .pRight, .u.pSelect all NULL */ macro
H A Dparse.y967 p->flags = EP_Leaf;
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwalker.c76 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){ in walkExpr()
H A Dresolve.c639 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){ in lookupName()
646 ExprSetProperty(pExpr, EP_Leaf); in lookupName()
H A Dexpr.c837 pNew->flags |= EP_IntValue|EP_Leaf|(iValue?EP_IsTrue:EP_IsFalse); in sqlite3ExprAlloc()
1125 if( ExprHasProperty(p, EP_Leaf) && !ExprHasProperty(p, EP_TokenOnly) ){ in sqlite3ExprDeleteNN()
1131 if( !ExprHasProperty(p, (EP_TokenOnly|EP_Leaf)) ){ in sqlite3ExprDeleteNN()
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()
H A Dwhereexpr.c1801 }else if( ExprHasProperty(p, EP_TokenOnly|EP_Leaf) ){ in sqlite3WhereExprUsageNN()
H A DsqliteInt.h2783 #define EP_Leaf 0x800000 /* Expr.pLeft, .pRight, .u.pSelect all NULL */ macro
H A Dparse.y1027 p->flags = EP_Leaf;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwalker.c75 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){ in walkExpr()
H A Dattach.c560 if( ExprHasProperty(pExpr, EP_TokenOnly|EP_Leaf) ) break; in sqlite3FixExpr()
H A Dexpr.c826 pNew->flags |= EP_IntValue|EP_Leaf|(iValue?EP_IsTrue:EP_IsFalse); in sqlite3ExprAlloc()
1114 if( ExprHasProperty(p, EP_Leaf) && !ExprHasProperty(p, EP_TokenOnly) ){ in sqlite3ExprDeleteNN()
1120 if( !ExprHasProperty(p, (EP_TokenOnly|EP_Leaf)) ){ in sqlite3ExprDeleteNN()
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()
H A Dwhereexpr.c1513 }else if( ExprHasProperty(p, EP_TokenOnly|EP_Leaf) ){ in sqlite3WhereExprUsageNN()
H A Dresolve.c626 ExprSetProperty(pExpr, EP_Leaf); in lookupName()
H A Dparse.y1006 p->flags = EP_Leaf;

123456