Home
last modified time | relevance | path

Searched defs:ExprList_item (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/databases/sqlite2/sqlite-2.8.17/src/
H A DsqliteInt.h724 struct ExprList_item { struct
725 Expr *pExpr; /* The list of expressions */
726 char *zName; /* Token associated with this expression */
727 u8 sortOrder; /* 1 for DESC or 0 for ASC */
728 u8 isAgg; /* True if this is an aggregate like count(*) */
729 u8 done; /* A flag to indicate when processing is finished */
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A DsqliteInt.h724 struct ExprList_item { struct
725 Expr *pExpr; /* The list of expressions */
726 char *zName; /* Token associated with this expression */
727 u8 sortOrder; /* 1 for DESC or 0 for ASC */
728 u8 isAgg; /* True if this is an aggregate like count(*) */
729 u8 done; /* A flag to indicate when processing is finished */
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A DsqliteInt.h720 struct ExprList_item { struct
721 Expr *pExpr; /* The list of expressions */
722 char *zName; /* Token associated with this expression */
723 u8 sortOrder; /* 1 for DESC or 0 for ASC */
724 u8 isAgg; /* True if this is an aggregate like count(*) */
725 u8 done; /* A flag to indicate when processing is finished */
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h1202 struct ExprList_item { struct
1203 Expr *pExpr; /* The list of expressions */
1204 char *zName; /* Token associated with this expression */
1205 u8 sortOrder; /* 1 for DESC or 0 for ASC */
1206 u8 isAgg; /* True if this is an aggregate like count(*) */
1207 u8 done; /* A flag to indicate when processing is finished */
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DsqliteInt.h2466 struct ExprList_item { /* For each expression in the list */ struct
2467 Expr *pExpr; /* The parse tree for this expression */
2468 char *zName; /* Token associated with this expression */
2469 char *zSpan; /* Original text of the expression */
2470 u8 sortOrder; /* 1 for DESC or 0 for ASC */
2471 unsigned done :1; /* A flag to indicate when processing is finished */
2472 unsigned bSpanIsTab :1; /* zSpan holds DB.TABLE.COLUMN */
2473 unsigned reusable :1; /* Constant expression is reusable */
2474 union {
2480 } u;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DsqliteInt.h2764 struct ExprList_item { /* For each expression in the list */ struct
2765 Expr *pExpr; /* The parse tree for this expression */
2766 char *zEName; /* Token associated with this expression */
2767 u8 sortFlags; /* Mask of KEYINFO_ORDER_* flags */
2768 unsigned eEName :2; /* Meaning of zEName */
2769 unsigned done :1; /* A flag to indicate when processing is finished */
2770 unsigned reusable :1; /* Constant expression is reusable */
2771 unsigned bSorterRef :1; /* Defer evaluation until after sorting */
2772 unsigned bNulls: 1; /* True if explicit "NULLS FIRST/LAST" */
2773 union {
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A DsqliteInt.h1755 struct ExprList_item { struct
1756 Expr *pExpr; /* The list of expressions */
1757 char *zName; /* Token associated with this expression */
1758 char *zSpan; /* Original text of the expression */
1759 u8 sortOrder; /* 1 for DESC or 0 for ASC */
1760 u8 done; /* A flag to indicate when processing is finished */
1761 u16 iCol; /* For ORDER BY, column number in result set */
1762 u16 iAlias; /* Index into Parse.aAlias[] for zName */
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DsqliteInt.h2881 struct ExprList_item { /* For each expression in the list */ struct
2882 Expr *pExpr; /* The parse tree for this expression */
2883 char *zEName; /* Token associated with this expression */
2884 u8 sortFlags; /* Mask of KEYINFO_ORDER_* flags */
2885 unsigned eEName :2; /* Meaning of zEName */
2886 unsigned done :1; /* A flag to indicate when processing is finished */
2887 unsigned reusable :1; /* Constant expression is reusable */
2888 unsigned bSorterRef :1; /* Defer evaluation until after sorting */
2889 unsigned bNulls: 1; /* True if explicit "NULLS FIRST/LAST" */
2890 union {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DsqliteInt.h2823 struct ExprList_item { /* For each expression in the list */ struct
2824 Expr *pExpr; /* The parse tree for this expression */
2825 char *zEName; /* Token associated with this expression */
2826 u8 sortFlags; /* Mask of KEYINFO_ORDER_* flags */
2827 unsigned eEName :2; /* Meaning of zEName */
2828 unsigned done :1; /* A flag to indicate when processing is finished */
2829 unsigned reusable :1; /* Constant expression is reusable */
2830 unsigned bSorterRef :1; /* Defer evaluation until after sorting */
2831 unsigned bNulls: 1; /* True if explicit "NULLS FIRST/LAST" */
2832 union {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c18243 struct ExprList_item { /* For each expression in the list */ struct
18244 Expr *pExpr; /* The parse tree for this expression */
18245 char *zEName; /* Token associated with this expression */
18246 u8 sortFlags; /* Mask of KEYINFO_ORDER_* flags */
18247 unsigned eEName :2; /* Meaning of zEName */
18248 unsigned done :1; /* A flag to indicate when processing is finished */
18249 unsigned reusable :1; /* Constant expression is reusable */
18250 unsigned bSorterRef :1; /* Defer evaluation until after sorting */
18251 unsigned bNulls: 1; /* True if explicit "NULLS FIRST/LAST" */
18252 union {
[all …]
/dports/devel/fossil/fossil-src-2.17/src/
H A Dsqlite3.c17812 struct ExprList_item { /* For each expression in the list */ struct
17813 Expr *pExpr; /* The parse tree for this expression */
17814 char *zEName; /* Token associated with this expression */
17815 u8 sortFlags; /* Mask of KEYINFO_ORDER_* flags */
17816 unsigned eEName :2; /* Meaning of zEName */
17817 unsigned done :1; /* A flag to indicate when processing is finished */
17818 unsigned reusable :1; /* Constant expression is reusable */
17819 unsigned bSorterRef :1; /* Defer evaluation until after sorting */
17820 unsigned bNulls: 1; /* True if explicit "NULLS FIRST/LAST" */
17821 union {
[all …]
/dports/www/firefox/firefox-99.0/third_party/sqlite3/src/
H A Dsqlite3.c17915 struct ExprList_item { /* For each expression in the list */ struct
17916 Expr *pExpr; /* The parse tree for this expression */
17917 char *zEName; /* Token associated with this expression */
17918 u8 sortFlags; /* Mask of KEYINFO_ORDER_* flags */
17919 unsigned eEName :2; /* Meaning of zEName */
17920 unsigned done :1; /* A flag to indicate when processing is finished */
17921 unsigned reusable :1; /* Constant expression is reusable */
17922 unsigned bSorterRef :1; /* Defer evaluation until after sorting */
17923 unsigned bNulls: 1; /* True if explicit "NULLS FIRST/LAST" */
17924 union {
[all …]
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c12134 struct ExprList_item { /* For each expression in the list */ struct
12135 Expr *pExpr; /* The list of expressions */
12136 char *zName; /* Token associated with this expression */
12137 char *zSpan; /* Original text of the expression */
12138 u8 sortOrder; /* 1 for DESC or 0 for ASC */
12139 unsigned done :1; /* A flag to indicate when processing is finished */
12140 unsigned bSpanIsTab :1; /* zSpan holds DB.TABLE.COLUMN */
12141 unsigned reusable :1; /* Constant expression is reusable */
12142 union {
12148 } u;
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c12134 struct ExprList_item { /* For each expression in the list */ struct
12135 Expr *pExpr; /* The list of expressions */
12136 char *zName; /* Token associated with this expression */
12137 char *zSpan; /* Original text of the expression */
12138 u8 sortOrder; /* 1 for DESC or 0 for ASC */
12139 unsigned done :1; /* A flag to indicate when processing is finished */
12140 unsigned bSpanIsTab :1; /* zSpan holds DB.TABLE.COLUMN */
12141 unsigned reusable :1; /* Constant expression is reusable */
12142 union {
12148 } u;
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/sqlite3/secure/src/
H A Dsqlite3.c13266 struct ExprList_item { /* For each expression in the list */ struct
13267 Expr *pExpr; /* The list of expressions */
13268 char *zName; /* Token associated with this expression */
13269 char *zSpan; /* Original text of the expression */
13270 u8 sortOrder; /* 1 for DESC or 0 for ASC */
13271 unsigned done :1; /* A flag to indicate when processing is finished */
13272 unsigned bSpanIsTab :1; /* zSpan holds DB.TABLE.COLUMN */
13273 unsigned reusable :1; /* Constant expression is reusable */
13274 union {
13280 } u;
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c11967 struct ExprList_item { /* For each expression in the list */ struct
11968 Expr *pExpr; /* The list of expressions */
11969 char *zName; /* Token associated with this expression */
11970 char *zSpan; /* Original text of the expression */
11971 u8 sortOrder; /* 1 for DESC or 0 for ASC */
11972 unsigned done :1; /* A flag to indicate when processing is finished */
11973 unsigned bSpanIsTab :1; /* zSpan holds DB.TABLE.COLUMN */
11974 unsigned reusable :1; /* Constant expression is reusable */
11975 union {
11981 } u;
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.c11613 struct ExprList_item { /* For each expression in the list */ struct
11614 Expr *pExpr; /* The list of expressions */
11615 char *zName; /* Token associated with this expression */
11616 char *zSpan; /* Original text of the expression */
11617 u8 sortOrder; /* 1 for DESC or 0 for ASC */
11618 unsigned done :1; /* A flag to indicate when processing is finished */
11619 unsigned bSpanIsTab :1; /* zSpan holds DB.TABLE.COLUMN */
11620 unsigned reusable :1; /* Constant expression is reusable */
11621 union {
11627 } u;
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c11469 struct ExprList_item { /* For each expression in the list */ struct
11470 Expr *pExpr; /* The list of expressions */
11471 char *zName; /* Token associated with this expression */
11472 char *zSpan; /* Original text of the expression */
11473 u8 sortOrder; /* 1 for DESC or 0 for ASC */
11474 unsigned done :1; /* A flag to indicate when processing is finished */
11475 unsigned bSpanIsTab :1; /* zSpan holds DB.TABLE.COLUMN */
11476 unsigned reusable :1; /* Constant expression is reusable */
11477 union {
11483 } u;
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/sqlite/
H A Dsqlite3.c13059 struct ExprList_item { /* For each expression in the list */ struct
13060 Expr *pExpr; /* The list of expressions */
13061 char *zName; /* Token associated with this expression */
13062 char *zSpan; /* Original text of the expression */
13063 u8 sortOrder; /* 1 for DESC or 0 for ASC */
13064 unsigned done :1; /* A flag to indicate when processing is finished */
13065 unsigned bSpanIsTab :1; /* zSpan holds DB.TABLE.COLUMN */
13066 unsigned reusable :1; /* Constant expression is reusable */
13067 union {
13073 } u;
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/sqlite/
H A Dsqlite3.c13059 struct ExprList_item { /* For each expression in the list */ struct
13060 Expr *pExpr; /* The list of expressions */
13061 char *zName; /* Token associated with this expression */
13062 char *zSpan; /* Original text of the expression */
13063 u8 sortOrder; /* 1 for DESC or 0 for ASC */
13064 unsigned done :1; /* A flag to indicate when processing is finished */
13065 unsigned bSpanIsTab :1; /* zSpan holds DB.TABLE.COLUMN */
13066 unsigned reusable :1; /* Constant expression is reusable */
13067 union {
13073 } u;
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c12134 struct ExprList_item { /* For each expression in the list */ struct
12135 Expr *pExpr; /* The list of expressions */
12136 char *zName; /* Token associated with this expression */
12137 char *zSpan; /* Original text of the expression */
12138 u8 sortOrder; /* 1 for DESC or 0 for ASC */
12139 unsigned done :1; /* A flag to indicate when processing is finished */
12140 unsigned bSpanIsTab :1; /* zSpan holds DB.TABLE.COLUMN */
12141 unsigned reusable :1; /* Constant expression is reusable */
12142 union {
12148 } u;
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12134 struct ExprList_item { /* For each expression in the list */ struct
12135 Expr *pExpr; /* The list of expressions */
12136 char *zName; /* Token associated with this expression */
12137 char *zSpan; /* Original text of the expression */
12138 u8 sortOrder; /* 1 for DESC or 0 for ASC */
12139 unsigned done :1; /* A flag to indicate when processing is finished */
12140 unsigned bSpanIsTab :1; /* zSpan holds DB.TABLE.COLUMN */
12141 unsigned reusable :1; /* Constant expression is reusable */
12142 union {
12148 } u;
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12134 struct ExprList_item { /* For each expression in the list */ struct
12135 Expr *pExpr; /* The list of expressions */
12136 char *zName; /* Token associated with this expression */
12137 char *zSpan; /* Original text of the expression */
12138 u8 sortOrder; /* 1 for DESC or 0 for ASC */
12139 unsigned done :1; /* A flag to indicate when processing is finished */
12140 unsigned bSpanIsTab :1; /* zSpan holds DB.TABLE.COLUMN */
12141 unsigned reusable :1; /* Constant expression is reusable */
12142 union {
12148 } u;
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12134 struct ExprList_item { /* For each expression in the list */ struct
12135 Expr *pExpr; /* The list of expressions */
12136 char *zName; /* Token associated with this expression */
12137 char *zSpan; /* Original text of the expression */
12138 u8 sortOrder; /* 1 for DESC or 0 for ASC */
12139 unsigned done :1; /* A flag to indicate when processing is finished */
12140 unsigned bSpanIsTab :1; /* zSpan holds DB.TABLE.COLUMN */
12141 unsigned reusable :1; /* Constant expression is reusable */
12142 union {
12148 } u;
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c12134 struct ExprList_item { /* For each expression in the list */ struct
12135 Expr *pExpr; /* The list of expressions */
12136 char *zName; /* Token associated with this expression */
12137 char *zSpan; /* Original text of the expression */
12138 u8 sortOrder; /* 1 for DESC or 0 for ASC */
12139 unsigned done :1; /* A flag to indicate when processing is finished */
12140 unsigned bSpanIsTab :1; /* zSpan holds DB.TABLE.COLUMN */
12141 unsigned reusable :1; /* Constant expression is reusable */
12142 union {
12148 } u;

1234567