Searched defs:ExprList (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h606 typedef struct ExprList ExprList; typedef in typeref:struct:ExprList
1533 ExprList *pGroupBy; /* The group by clause */
1654 ExprList *pList; /* Function arguments or in "<expr> IN (<expr-list)" */
1750 struct ExprList { struct
1753 int iECursor; /* VDBE Cursor associated with this ExprList */
1999 ExprList *pEList; /* Optional list of named expressions */
2031 ExprList *pEList; /* The fields of the result */
2037 ExprList *pGroupBy; /* The GROUP BY clause */
2039 ExprList *pOrderB
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7586 typedef struct ExprList ExprList; typedef in typeref:struct:ExprList
9878 ExprList *pGroupBy; /* The group by clause */
9999 ExprList *pList; /* Function arguments or in "<expr> IN (<expr-list)" */
10095 struct ExprList { struct
10098 int iECursor; /* VDBE Cursor associated with this ExprList */
10344 ExprList *pEList; /* Optional list of named expressions */
10376 ExprList *pEList; /* The fields of the result */
10382 ExprList *pGroupBy; /* The GROUP BY clause */
10384 ExprList *pOrderB
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8789 typedef struct ExprList ExprList; typedef in typeref:struct:ExprList
10946 ExprList *pCheck; /* All CHECK constraints */
11248 ExprList *pGroupBy; /* The group by clause */
11366 ExprList *pList; /* op = IN, EXISTS, SELECT, CASE, FUNCTION, BETWEEN */
11467 struct ExprList { struct
11652 ExprList *pEList; /* Optional list of result-set columns */
11690 ExprList *pEList; /* The fields of the result */
11698 ExprList *pGroupBy; /* The GROUP BY clause */
11700 ExprList *pOrderB
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8789 typedef struct ExprList ExprList; typedef in typeref:struct:ExprList
10946 ExprList *pCheck; /* All CHECK constraints */
11248 ExprList *pGroupBy; /* The group by clause */
11366 ExprList *pList; /* op = IN, EXISTS, SELECT, CASE, FUNCTION, BETWEEN */
11467 struct ExprList { struct
11652 ExprList *pEList; /* Optional list of result-set columns */
11690 ExprList *pEList; /* The fields of the result */
11698 ExprList *pGroupBy; /* The GROUP BY clause */
11700 ExprList *pOrderB
[all...]

Completed in 462 milliseconds