Home
last modified time | relevance | path

Searched defs:AggInfo_func (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h1086 struct AggInfo_func { /* For each aggregate function */ struct
1087 Expr *pExpr; /* Expression encoding the function */
1088 FuncDef *pFunc; /* The aggregate function implementation */
1089 int iMem; /* Memory location that acts as accumulator */
1090 int iDistinct; /* Ephermeral table used to enforce DISTINCT */
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A DsqliteInt.h1549 struct AggInfo_func { /* For each aggregate function */ struct
1550 Expr *pExpr; /* Expression encoding the function */
1551 FuncDef *pFunc; /* The aggregate function implementation */
1552 int iMem; /* Memory location that acts as accumulator */
1553 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DsqliteInt.h2246 struct AggInfo_func { /* For each aggregate function */ struct
2247 Expr *pExpr; /* Expression encoding the function */
2248 FuncDef *pFunc; /* The aggregate function implementation */
2249 int iMem; /* Memory location that acts as accumulator */
2250 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DsqliteInt.h2502 struct AggInfo_func { /* For each aggregate function */ struct
2503 Expr *pExpr; /* Expression encoding the function */
2504 FuncDef *pFunc; /* The aggregate function implementation */
2505 int iMem; /* Memory location that acts as accumulator */
2506 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DsqliteInt.h2604 struct AggInfo_func { /* For each aggregate function */ struct
2605 Expr *pFExpr; /* Expression encoding the function */
2606 FuncDef *pFunc; /* The aggregate function implementation */
2607 int iMem; /* Memory location that acts as accumulator */
2608 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DsqliteInt.h2545 struct AggInfo_func { /* For each aggregate function */ struct
2546 Expr *pFExpr; /* Expression encoding the function */
2547 FuncDef *pFunc; /* The aggregate function implementation */
2548 int iMem; /* Memory location that acts as accumulator */
2549 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
/dports/www/gitea/gitea-1.16.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c17954 struct AggInfo_func { /* For each aggregate function */ struct
17955 Expr *pFExpr; /* Expression encoding the function */
17956 FuncDef *pFunc; /* The aggregate function implementation */
17957 int iMem; /* Memory location that acts as accumulator */
17958 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
17959 int iDistAddr; /* Address of OP_OpenEphemeral */
/dports/devel/fossil/fossil-src-2.17/src/
H A Dsqlite3.c17533 struct AggInfo_func { /* For each aggregate function */ struct
17534 Expr *pFExpr; /* Expression encoding the function */
17535 FuncDef *pFunc; /* The aggregate function implementation */
17536 int iMem; /* Memory location that acts as accumulator */
17537 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
17538 int iDistAddr; /* Address of OP_OpenEphemeral */
/dports/www/firefox/firefox-99.0/third_party/sqlite3/src/
H A Dsqlite3.c17629 struct AggInfo_func { /* For each aggregate function */ struct
17630 Expr *pFExpr; /* Expression encoding the function */
17631 FuncDef *pFunc; /* The aggregate function implementation */
17632 int iMem; /* Memory location that acts as accumulator */
17633 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
17634 int iDistAddr; /* Address of OP_OpenEphemeral */
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c8675 struct AggInfo_func { /* For each aggregate function */ struct
8676 Expr *pExpr; /* Expression encoding the function */
8677 FuncDef *pFunc; /* The aggregate function implementation */
8678 int iMem; /* Memory location that acts as accumulator */
8679 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c3425 struct AggInfo_func { /* For each aggregate function */ struct
3426 Expr *pExpr; /* Expression encoding the function */
3427 FuncDef *pFunc; /* The aggregate function implementation */
3428 int iMem; /* Memory location that acts as accumulator */
3429 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c11919 struct AggInfo_func { /* For each aggregate function */ struct
11920 Expr *pExpr; /* Expression encoding the function */
11921 FuncDef *pFunc; /* The aggregate function implementation */
11922 int iMem; /* Memory location that acts as accumulator */
11923 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c11919 struct AggInfo_func { /* For each aggregate function */ struct
11920 Expr *pExpr; /* Expression encoding the function */
11921 FuncDef *pFunc; /* The aggregate function implementation */
11922 int iMem; /* Memory location that acts as accumulator */
11923 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c10164 struct AggInfo_func { /* For each aggregate function */ struct
10165 Expr *pExpr; /* Expression encoding the function */
10166 FuncDef *pFunc; /* The aggregate function implementation */
10167 int iMem; /* Memory location that acts as accumulator */
10168 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/sqlite3/secure/src/
H A Dsqlite3.c13050 struct AggInfo_func { /* For each aggregate function */ struct
13051 Expr *pExpr; /* Expression encoding the function */
13052 FuncDef *pFunc; /* The aggregate function implementation */
13053 int iMem; /* Memory location that acts as accumulator */
13054 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c11752 struct AggInfo_func { /* For each aggregate function */ struct
11753 Expr *pExpr; /* Expression encoding the function */
11754 FuncDef *pFunc; /* The aggregate function implementation */
11755 int iMem; /* Memory location that acts as accumulator */
11756 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.c11405 struct AggInfo_func { /* For each aggregate function */ struct
11406 Expr *pExpr; /* Expression encoding the function */
11407 FuncDef *pFunc; /* The aggregate function implementation */
11408 int iMem; /* Memory location that acts as accumulator */
11409 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c9650 struct AggInfo_func { /* For each aggregate function */ struct
9651 Expr *pExpr; /* Expression encoding the function */
9652 FuncDef *pFunc; /* The aggregate function implementation */
9653 int iMem; /* Memory location that acts as accumulator */
9654 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c11261 struct AggInfo_func { /* For each aggregate function */ struct
11262 Expr *pExpr; /* Expression encoding the function */
11263 FuncDef *pFunc; /* The aggregate function implementation */
11264 int iMem; /* Memory location that acts as accumulator */
11265 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c10157 struct AggInfo_func { /* For each aggregate function */ struct
10158 Expr *pExpr; /* Expression encoding the function */
10159 FuncDef *pFunc; /* The aggregate function implementation */
10160 int iMem; /* Memory location that acts as accumulator */
10161 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/sqlite/
H A Dsqlite3.c12843 struct AggInfo_func { /* For each aggregate function */ struct
12844 Expr *pExpr; /* Expression encoding the function */
12845 FuncDef *pFunc; /* The aggregate function implementation */
12846 int iMem; /* Memory location that acts as accumulator */
12847 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c9024 struct AggInfo_func { /* For each aggregate function */ struct
9025 Expr *pExpr; /* Expression encoding the function */
9026 FuncDef *pFunc; /* The aggregate function implementation */
9027 int iMem; /* Memory location that acts as accumulator */
9028 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/sqlite/
H A Dsqlite3.c12843 struct AggInfo_func { /* For each aggregate function */ struct
12844 Expr *pExpr; /* Expression encoding the function */
12845 FuncDef *pFunc; /* The aggregate function implementation */
12846 int iMem; /* Memory location that acts as accumulator */
12847 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c11919 struct AggInfo_func { /* For each aggregate function */ struct
11920 Expr *pExpr; /* Expression encoding the function */
11921 FuncDef *pFunc; /* The aggregate function implementation */
11922 int iMem; /* Memory location that acts as accumulator */
11923 int iDistinct; /* Ephemeral table used to enforce DISTINCT */
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c11919 struct AggInfo_func { /* For each aggregate function */ struct
11920 Expr *pExpr; /* Expression encoding the function */
11921 FuncDef *pFunc; /* The aggregate function implementation */
11922 int iMem; /* Memory location that acts as accumulator */
11923 int iDistinct; /* Ephemeral table used to enforce DISTINCT */

1234567