Home
last modified time | relevance | path

Searched defs:pAggInfo (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dselect.c3086 static Table *isSimpleCount(Select *p, AggInfo *pAggInfo){ in isSimpleCount()
3508 static void resetAccumulator(Parse *pParse, AggInfo *pAggInfo){ in resetAccumulator()
3540 static void finalizeAggFunctions(Parse *pParse, AggInfo *pAggInfo){ in finalizeAggFunctions()
3556 static void updateAccumulator(Parse *pParse, AggInfo *pAggInfo){ in updateAccumulator()
H A Dexpr.c2282 AggInfo *pAggInfo = pExpr->pAggInfo; in sqlite3ExprCodeTarget() local
3537 AggInfo *pAggInfo = pNC->pAggInfo; in analyzeAggregate() local
H A DsqliteInt.h1674 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */ member
2007 AggInfo *pAggInfo; /* Information about aggregates at this level */ member
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dselect.c3932 static u8 minMaxQuery(AggInfo *pAggInfo, ExprList **ppMinMax){ in minMaxQuery()
3968 static Table *isSimpleCount(Select *p, AggInfo *pAggInfo){ in isSimpleCount()
4758 static void resetAccumulator(Parse *pParse, AggInfo *pAggInfo){ in resetAccumulator()
4799 static void finalizeAggFunctions(Parse *pParse, AggInfo *pAggInfo){ in finalizeAggFunctions()
4815 static void updateAccumulator(Parse *pParse, AggInfo *pAggInfo){ in updateAccumulator()
H A Dexpr.c3472 AggInfo *pAggInfo = pExpr->pAggInfo; in sqlite3ExprCodeTarget() local
5014 AggInfo *pAggInfo = pNC->pAggInfo; in analyzeAggregate() local
H A DsqliteInt.h2376 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */ member
2669 AggInfo *pAggInfo; /* Information about aggregates at this level */ member
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dselect.c4742 static Table *isSimpleCount(Select *p, AggInfo *pAggInfo){ in isSimpleCount()
5617 static void resetAccumulator(Parse *pParse, AggInfo *pAggInfo){ in resetAccumulator()
5659 static void finalizeAggFunctions(Parse *pParse, AggInfo *pAggInfo){ in finalizeAggFunctions()
5681 static void updateAccumulator(Parse *pParse, int regAcc, AggInfo *pAggInfo){ in updateAccumulator()
6018 AggInfo *pAggInfo = 0; /* Aggregate information */ in sqlite3Select() local
H A Dexpr.c3850 AggInfo *pAggInfo = pExpr->pAggInfo; in sqlite3ExprCodeTarget() local
5789 AggInfo *pAggInfo = pExpr->pAggInfo; in agginfoPersistExprCb() local
5870 AggInfo *pAggInfo = pNC->uNC.pAggInfo; in analyzeAggregate() local
H A DsqliteInt.h2741 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */ member
3065 AggInfo *pAggInfo; /* Information about aggregates at this level */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dselect.c4592 static Table *isSimpleCount(Select *p, AggInfo *pAggInfo){ in isSimpleCount()
5425 static void resetAccumulator(Parse *pParse, AggInfo *pAggInfo){ in resetAccumulator()
5467 static void finalizeAggFunctions(Parse *pParse, AggInfo *pAggInfo){ in finalizeAggFunctions()
5489 static void updateAccumulator(Parse *pParse, int regAcc, AggInfo *pAggInfo){ in updateAccumulator()
5817 AggInfo *pAggInfo = 0; /* Aggregate information */ in sqlite3Select() local
H A Dexpr.c3820 AggInfo *pAggInfo = pExpr->pAggInfo; in sqlite3ExprCodeTarget() local
5759 AggInfo *pAggInfo = pExpr->pAggInfo; in agginfoPersistExprCb() local
5842 AggInfo *pAggInfo = pNC->uNC.pAggInfo; in analyzeAggregate() local
H A DsqliteInt.h2683 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */ member
2997 AggInfo *pAggInfo; /* Information about aggregates at this level */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dselect.c4507 static Table *isSimpleCount(Select *p, AggInfo *pAggInfo){ in isSimpleCount()
5349 static void resetAccumulator(Parse *pParse, AggInfo *pAggInfo){ in resetAccumulator()
5391 static void finalizeAggFunctions(Parse *pParse, AggInfo *pAggInfo){ in finalizeAggFunctions()
5413 static void updateAccumulator(Parse *pParse, int regAcc, AggInfo *pAggInfo){ in updateAccumulator()
H A Dexpr.c3780 AggInfo *pAggInfo = pExpr->pAggInfo; in sqlite3ExprCodeTarget() local
5699 AggInfo *pAggInfo = pNC->uNC.pAggInfo; in analyzeAggregate() local
H A DsqliteInt.h2635 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */ member
2938 AggInfo *pAggInfo; /* Information about aggregates at this level */ member
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h1154 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */ member
1394 AggInfo *pAggInfo; /* Information about aggregates at this level */ member
/dports/www/gitea/gitea-1.16.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c18095 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */ member
18436 AggInfo *pAggInfo; /* Information about aggregates at this level */ member
/dports/devel/fossil/fossil-src-2.17/src/
H A Dsqlite3.c17671 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */ member
17997 AggInfo *pAggInfo; /* Information about aggregates at this level */ member
/dports/www/firefox/firefox-99.0/third_party/sqlite3/src/
H A Dsqlite3.c17767 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */ member
18108 AggInfo *pAggInfo; /* Information about aggregates at this level */ member
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c8782 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */ member
9087 AggInfo *pAggInfo; /* Information about aggregates at this level */ member
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c3550 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */ member
3883 AggInfo *pAggInfo; /* Information about aggregates at this level */ member
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c12047 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */ member
12318 AggInfo *pAggInfo; /* Information about aggregates at this level */ member
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c12047 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */ member
12318 AggInfo *pAggInfo; /* Information about aggregates at this level */ member
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c10289 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */ member
10622 AggInfo *pAggInfo; /* Information about aggregates at this level */ member
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/sqlite3/secure/src/
H A Dsqlite3.c13178 AggInfo *pAggInfo; /* Used by TK_AGG_COLUMN and TK_AGG_FUNCTION */ member
13464 AggInfo *pAggInfo; /* Information about aggregates at this level */ member

1234567