Home
last modified time | relevance | path

Searched defs:pEList (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dselect.c24 ExprList *pEList, /* which columns to include in the result */ in sqliteSelectNew()
354 void sqliteAddKeyType(Vdbe *v, ExprList *pEList){ in sqliteAddKeyType()
402 ExprList *pEList, /* List of values being extracted */ in selectInnerLoop()
661 ExprList *pEList /* Expressions defining the result set */ in generateColumnTypes()
789 ExprList *pEList; in sqliteResultSetOfSelect() local
860 ExprList *pEList; in fillInColumnList() local
1095 ExprList *pEList; in matchOrderbyToColumn() local
1198 ExprList *pEList; in multiSelectSortOrder() local
1557 substExprList(ExprList *pList, int iTable, ExprList *pEList){ in substExprList()
1854 ExprList *pEList, *pList, eList; in simpleMinMaxQuery() local
[all …]
H A Dtrigger.c298 ExprList *pEList, /* The VALUE clause: a list of values to be inserted */ in sqliteTriggerInsertStep()
326 ExprList *pEList, /* The SET clause: list of column and new values */ in sqliteTriggerUpdateStep()
509 static int checkColumnOverLap(IdList *pIdList, ExprList *pEList){ in checkColumnOverLap()
H A Dexpr.c415 ExprList *pEList, /* List of expressions used to resolve "AS" */ in lookupName()
632 ExprList *pEList, /* List of expressions used to resolve "AS" */ in sqliteExprResolveIds()
H A Dbuild.c1054 ExprList *pEList; in sqliteViewGetColumnNames() local
H A DsqliteInt.h851 ExprList *pEList; /* The fields of the result */ member