Searched defs:pEList (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | select.c | 28 ExprList *pEList, /* which columns to include in the result */ in sqliteSelectNew() 358 void sqliteAddKeyType(Vdbe *v, ExprList *pEList){ in sqliteAddKeyType() 406 ExprList *pEList, /* List of values being extracted */ in selectInnerLoop() 665 ExprList *pEList /* Expressions defining the result set */ in generateColumnTypes() 705 ExprList *pEList /* Expressions defining the result set */ in generateColumnNames() 793 ExprList *pEList; in sqliteResultSetOfSelect() local 864 ExprList *pEList; in fillInColumnList() local 1099 ExprList *pEList; in matchOrderbyToColumn() local 1202 ExprList *pEList; in multiSelectSortOrder() local 1529 static void substExpr(Expr *pExpr, int iTable, ExprList *pEList){ in substExpr() [all …]
|
H A D | trigger.c | 301 ExprList *pEList, /* The VALUE clause: a list of values to be inserted */ in sqliteTriggerInsertStep() 329 ExprList *pEList, /* The SET clause: list of column and new values */ in sqliteTriggerUpdateStep() 512 static int checkColumnOverLap(IdList *pIdList, ExprList *pEList){ in checkColumnOverLap()
|
H A D | expr.c | 418 ExprList *pEList, /* List of expressions used to resolve "AS" */ in lookupName() 635 ExprList *pEList, /* List of expressions used to resolve "AS" */ in sqliteExprResolveIds()
|
H A D | build.c | 1057 ExprList *pEList; in sqliteViewGetColumnNames() local
|
H A D | sqliteInt.h | 854 ExprList *pEList; /* The fields of the result */ member
|