Home
last modified time | relevance | path

Searched defs:AggInfo (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h406 typedef struct AggInfo AggInfo; typedef
1065 struct AggInfo { struct
1073 struct AggInfo_col { /* For each column used in source tables */ argument
1086 struct AggInfo_func { /* For each aggregate function */ argument
1091 } *aFunc;
1092 int nFunc; /* Number of entries in aFunc[] */
1093 int nFuncAlloc; /* Number of slots allocated for aFunc[] */
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A DsqliteInt.h600 typedef struct AggInfo AggInfo; typedef
1528 struct AggInfo { struct
1536 struct AggInfo_col { /* For each column used in source tables */ argument
1549 struct AggInfo_func { /* For each aggregate function */ argument
1554 } *aFunc;
1555 int nFunc; /* Number of entries in aFunc[] */
1556 int nFuncAlloc; /* Number of slots allocated for aFunc[] */
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DsqliteInt.h1040 typedef struct AggInfo AggInfo; typedef
2224 struct AggInfo { struct
2234 struct AggInfo_col { /* For each column used in source tables */ argument
2246 struct AggInfo_func { /* For each aggregate function */ argument
2251 } *aFunc;
2252 int nFunc; /* Number of entries in aFunc[] */
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DsqliteInt.h1108 typedef struct AggInfo AggInfo; typedef
2523 struct AggInfo { struct
2533 struct AggInfo_col { /* For each column used in source tables */ argument
2545 struct AggInfo_func { /* For each aggregate function */ argument
2552 u32 selId; /* Select to which this AggInfo belongs */ argument
2553 AggInfo *pNext; /* Next in list of them all */ argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DsqliteInt.h1072 typedef struct AggInfo AggInfo; typedef
2480 struct AggInfo { struct
2490 struct AggInfo_col { /* For each column used in source tables */ argument
2502 struct AggInfo_func { /* For each aggregate function */ argument
2507 } *aFunc;
2508 int nFunc; /* Number of entries in aFunc[] */
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DsqliteInt.h1133 typedef struct AggInfo AggInfo; typedef
2582 struct AggInfo { struct
2592 struct AggInfo_col { /* For each column used in source tables */ argument
2604 struct AggInfo_func { /* For each aggregate function */ argument
2611 u32 selId; /* Select to which this AggInfo belongs */ argument
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/nodes/
H A Dpathnodes.h2655 typedef struct AggInfo struct
2676 } AggInfo; typedef
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/nodes/
H A Dpathnodes.h2655 typedef struct AggInfo struct
2676 } AggInfo; argument
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/nodes/
H A Dpathnodes.h2655 typedef struct AggInfo struct
2676 } AggInfo; argument
/dports/databases/postgresql14-server/postgresql-14.1/src/include/nodes/
H A Dpathnodes.h2655 typedef struct AggInfo struct
2676 } AggInfo; argument
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/nodes/
H A Dpathnodes.h2655 typedef struct AggInfo struct
2676 } AggInfo; typedef
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/nodes/
H A Dpathnodes.h2655 typedef struct AggInfo struct
2676 } AggInfo; argument
/dports/databases/postgresql14-client/postgresql-14.1/src/include/nodes/
H A Dpathnodes.h2655 typedef struct AggInfo struct
2676 } AggInfo; argument
/dports/www/gitea/gitea-1.16.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14571 typedef struct AggInfo AggInfo; typedef
17932 struct AggInfo { struct
17942 struct AggInfo_col { /* For each column used in source tables */ argument
17954 struct AggInfo_func { /* For each aggregate function */ argument
17962 u32 selId; /* Select to which this AggInfo belongs */ argument
/dports/devel/fossil/fossil-src-2.17/src/
H A Dsqlite3.c14175 typedef struct AggInfo AggInfo; typedef
17511 struct AggInfo { struct
17521 struct AggInfo_col { /* For each column used in source tables */ argument
17533 struct AggInfo_func { /* For each aggregate function */ argument
17541 u32 selId; /* Select to which this AggInfo belongs */ argument
/dports/www/firefox/firefox-99.0/third_party/sqlite3/src/
H A Dsqlite3.c14259 typedef struct AggInfo AggInfo; typedef
17607 struct AggInfo { struct
17617 struct AggInfo_col { /* For each column used in source tables */ argument
17629 struct AggInfo_func { /* For each aggregate function */ argument
17637 u32 selId; /* Select to which this AggInfo belongs */ argument
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c6537 typedef struct AggInfo AggInfo; typedef
8654 struct AggInfo { struct
8662 struct AggInfo_col { /* For each column used in source tables */ argument
8675 struct AggInfo_func { /* For each aggregate function */ argument
8680 } *aFunc;
8681 int nFunc; /* Number of entries in aFunc[] */
8682 int nFuncAlloc; /* Number of slots allocated for aFunc[] */
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c1117 typedef struct AggInfo AggInfo; typedef
3404 struct AggInfo { struct
3412 struct AggInfo_col { /* For each column used in source tables */ argument
3425 struct AggInfo_func { /* For each aggregate function */ argument
3430 } *aFunc;
3431 int nFunc; /* Number of entries in aFunc[] */
3432 int nFuncAlloc; /* Number of slots allocated for aFunc[] */
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c9351 typedef struct AggInfo AggInfo; typedef
11897 struct AggInfo { struct
11907 struct AggInfo_col { /* For each column used in source tables */ argument
11919 struct AggInfo_func { /* For each aggregate function */ argument
11924 } *aFunc;
11925 int nFunc; /* Number of entries in aFunc[] */
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c9351 typedef struct AggInfo AggInfo; typedef
11897 struct AggInfo { struct
11907 struct AggInfo_col { /* For each column used in source tables */ argument
11919 struct AggInfo_func { /* For each aggregate function */ argument
11924 } *aFunc;
11925 int nFunc; /* Number of entries in aFunc[] */
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/sqlite3/secure/src/
H A Dsqlite3.c10291 typedef struct AggInfo AggInfo; typedef
13028 struct AggInfo { struct
13038 struct AggInfo_col { /* For each column used in source tables */ argument
13050 struct AggInfo_func { /* For each aggregate function */ argument
13055 } *aFunc;
13056 int nFunc; /* Number of entries in aFunc[] */
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c9186 typedef struct AggInfo AggInfo; typedef
11730 struct AggInfo { struct
11740 struct AggInfo_col { /* For each column used in source tables */ argument
11752 struct AggInfo_func { /* For each aggregate function */ argument
11757 } *aFunc;
11758 int nFunc; /* Number of entries in aFunc[] */
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.c8877 typedef struct AggInfo AggInfo; typedef
11383 struct AggInfo { struct
11393 struct AggInfo_col { /* For each column used in source tables */ argument
11405 struct AggInfo_func { /* For each aggregate function */ argument
11410 } *aFunc;
11411 int nFunc; /* Number of entries in aFunc[] */
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c8780 typedef struct AggInfo AggInfo; typedef
11239 struct AggInfo { struct
11249 struct AggInfo_col { /* For each column used in source tables */ argument
11261 struct AggInfo_func { /* For each aggregate function */ argument
11266 } *aFunc;
11267 int nFunc; /* Number of entries in aFunc[] */
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/sqlite/
H A Dsqlite3.c10147 typedef struct AggInfo AggInfo; typedef
12821 struct AggInfo { struct
12831 struct AggInfo_col { /* For each column used in source tables */ argument
12843 struct AggInfo_func { /* For each aggregate function */ argument
12848 } *aFunc;
12849 int nFunc; /* Number of entries in aFunc[] */

123456789