Home
last modified time | relevance | path

Searched refs:EP_Reduced (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dwalker.c43 testcase( ExprHasProperty(pExpr, EP_Reduced) ); in sqlite3WalkExpr()
H A Dexpr.c644 if( ExprHasProperty(p, EP_Reduced) ) return EXPR_REDUCEDSIZE; in exprStructSize()
688 assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) ); in dupedExprStructSize()
693 nSize = EXPR_REDUCEDSIZE | EP_Reduced; in dupedExprStructSize()
779 assert( ExprHasProperty(p, EP_Reduced)==0 ); in exprDup()
788 pNew->flags &= ~(EP_Reduced|EP_TokenOnly|EP_Static); in exprDup()
789 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly); in exprDup()
808 if( ExprHasAnyProperty(pNew, EP_Reduced|EP_TokenOnly) ){ in exprDup()
810 if( ExprHasProperty(pNew, EP_Reduced) ){ in exprDup()
3439 assert( !ExprHasAnyProperty(pA, EP_TokenOnly|EP_Reduced) ); in sqlite3ExprCompare()
3440 assert( !ExprHasAnyProperty(pB, 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 DsqliteInt.h1697 #define EP_Reduced 0x1000 /* Expr struct is EXPR_REDUCEDSIZE bytes only */ macro
H A Dselect.c262 assert( !ExprHasAnyProperty(pEq, EP_TokenOnly|EP_Reduced) ); in addWhereTerm()
298 assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) ); in setJoinExpr()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dwalker.c42 testcase( ExprHasProperty(pExpr, EP_Reduced) ); in walkExpr()
H A Dexpr.c951 assert( !ExprHasProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) ); in sqlite3ExprAssignVarNumber()
1052 if( ExprHasProperty(p, EP_Reduced) ) return EXPR_REDUCEDSIZE; in exprStructSize()
1094 assert( (0xfff & (EP_Reduced|EP_TokenOnly))==0 ); in dupedExprStructSize()
1098 assert( !ExprHasProperty(p, EP_TokenOnly|EP_Reduced) ); in dupedExprStructSize()
1103 nSize = EXPR_REDUCEDSIZE | EP_Reduced; in dupedExprStructSize()
1192 assert( ExprHasProperty(p, EP_Reduced)==0 ); in exprDup()
1203 pNew->flags &= ~(EP_Reduced|EP_TokenOnly|EP_Static|EP_MemToken); in exprDup()
1204 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly); in exprDup()
1223 if( ExprHasProperty(pNew, EP_Reduced|EP_TokenOnly) ){ in exprDup()
5027 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) ); in analyzeAggregate()
[all …]
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 DsqliteInt.h2396 #define EP_Reduced 0x002000 /* Expr struct EXPR_REDUCEDSIZE bytes only */ macro
H A Dselect.c339 assert( !ExprHasProperty(pEq, EP_TokenOnly|EP_Reduced) ); in addWhereTerm()
375 assert( !ExprHasProperty(p, EP_TokenOnly|EP_Reduced) ); in setJoinExpr()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwalker.c71 testcase( ExprHasProperty(pExpr, EP_Reduced) ); in walkExpr()
H A Dexpr.c1156 if( ExprHasProperty(p, EP_Reduced) ) return EXPR_REDUCEDSIZE; in exprStructSize()
1198 assert( (0xfff & (EP_Reduced|EP_TokenOnly))==0 ); in dupedExprStructSize()
1206 assert( !ExprHasProperty(p, EP_TokenOnly|EP_Reduced) ); in dupedExprStructSize()
1211 nSize = EXPR_REDUCEDSIZE | EP_Reduced; in dupedExprStructSize()
1300 assert( ExprHasProperty(p, EP_Reduced)==0 ); in exprDup()
1311 pNew->flags &= ~(EP_Reduced|EP_TokenOnly|EP_Static|EP_MemToken); in exprDup()
1312 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly); in exprDup()
1331 if( ExprHasProperty(pNew, EP_Reduced|EP_TokenOnly|EP_WinFunc) ){ in exprDup()
2853 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) ); in sqlite3CodeRhsOfIN()
5212 && (combinedFlags & EP_Reduced)==0 in sqlite3ExprCompare()
[all …]
H A Dresolve.c95 assert( (pExpr->flags & (EP_Reduced|EP_TokenOnly))==0 ); in resolveAlias()
228 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) ); in lookupName()
1051 assert( !ExprHasProperty(pExpr, EP_Reduced) ); in resolveExprStep()
H A DsqliteInt.h2667 #define EP_Reduced 0x002000 /* Expr struct EXPR_REDUCEDSIZE bytes only */ macro
H A Dselect.c376 assert( !ExprHasProperty(pEq, EP_TokenOnly|EP_Reduced) ); in addWhereTerm()
412 assert( !ExprHasProperty(p, EP_TokenOnly|EP_Reduced) ); in sqlite3SetJoinExpr()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwalker.c72 testcase( ExprHasProperty(pExpr, EP_Reduced) ); in walkExpr()
H A Dexpr.c1194 if( ExprHasProperty(p, EP_Reduced) ) return EXPR_REDUCEDSIZE; in exprStructSize()
1236 assert( (0xfff & (EP_Reduced|EP_TokenOnly))==0 ); in dupedExprStructSize()
1244 assert( !ExprHasProperty(p, EP_TokenOnly|EP_Reduced) ); in dupedExprStructSize()
1249 nSize = EXPR_REDUCEDSIZE | EP_Reduced; in dupedExprStructSize()
1338 assert( ExprHasProperty(p, EP_Reduced)==0 ); in exprDup()
1349 pNew->flags &= ~(EP_Reduced|EP_TokenOnly|EP_Static|EP_MemToken); in exprDup()
1350 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly); in exprDup()
1373 if( ExprHasProperty(pNew, EP_Reduced|EP_TokenOnly|EP_WinFunc) ){ in exprDup()
2907 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) ); in sqlite3CodeRhsOfIN()
5324 && ALWAYS((combinedFlags & EP_Reduced)==0) in sqlite3ExprCompare()
[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()
1141 assert( !ExprHasProperty(pExpr, EP_Reduced) ); in resolveExprStep()
H A DsqliteInt.h2773 #define EP_Reduced 0x002000 /* Expr struct EXPR_REDUCEDSIZE bytes only */ macro
H A Dselect.c352 assert( !ExprHasProperty(pEq, EP_TokenOnly|EP_Reduced) ); in addWhereTerm()
388 assert( !ExprHasProperty(p, EP_TokenOnly|EP_Reduced) ); in sqlite3SetJoinExpr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwalker.c71 testcase( ExprHasProperty(pExpr, EP_Reduced) ); in walkExpr()
H A Dexpr.c1167 if( ExprHasProperty(p, EP_Reduced) ) return EXPR_REDUCEDSIZE; in exprStructSize()
1209 assert( (0xfff & (EP_Reduced|EP_TokenOnly))==0 ); in dupedExprStructSize()
1217 assert( !ExprHasProperty(p, EP_TokenOnly|EP_Reduced) ); in dupedExprStructSize()
1222 nSize = EXPR_REDUCEDSIZE | EP_Reduced; in dupedExprStructSize()
1311 assert( ExprHasProperty(p, EP_Reduced)==0 ); in exprDup()
1322 pNew->flags &= ~(EP_Reduced|EP_TokenOnly|EP_Static|EP_MemToken); in exprDup()
1323 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly); in exprDup()
1346 if( ExprHasProperty(pNew, EP_Reduced|EP_TokenOnly|EP_WinFunc) ){ in exprDup()
2877 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) ); in sqlite3CodeRhsOfIN()
5294 && ALWAYS((combinedFlags & EP_Reduced)==0) in sqlite3ExprCompare()
[all …]
H A Dresolve.c102 assert( (pExpr->flags & (EP_Reduced|EP_TokenOnly))==0 ); in resolveAlias()
260 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) ); in lookupName()
1075 assert( !ExprHasProperty(pExpr, EP_Reduced) ); in resolveExprStep()
H A DsqliteInt.h2715 #define EP_Reduced 0x002000 /* Expr struct EXPR_REDUCEDSIZE bytes only */ macro
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h1698 #define EP_Reduced 0x1000 /* Expr struct is EXPR_REDUCEDSIZE bytes only */

12345678