Searched refs:pEList (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c10865 ** a list of named expression (pEList). The named expression list may
10868 ** pEList corresponds to the result set of a SELECT and is NULL for
10886 ExprList *pEList; /* Optional list of named expressions */ member in struct:NameContext
10918 ExprList *pEList; /* The fields of the result */ member in struct:Select
73093 resolveAlias( Parse *pParse, ExprList *pEList, int iCol, Expr *pExpr, const char *zType ) argument
73220 ExprList *pEList; local
73673 resolveAsName( Parse *pParse, ExprList *pEList, Expr *pE ) argument
73718 ExprList *pEList; /* The columns of the result set */ local
73791 ExprList *pEList; local
73883 ExprList *pEList; local
73981 ExprList *pEList; /* Result set expression list */ local
75346 sqlite3ExprListCheckLength( Parse *pParse, ExprList *pEList, const char *zObject ) argument
75620 ExprList *pEList; local
75936 ExprList *pEList; local
77053 ExprList *pEList; /* List of WHEN terms */ local
85499 ExprList *pEList = NULL; /* Expression list contaning only pSelectRowid */ local
90445 ExprList *pEList; /* The result set of the SELECT */ local
94395 sqlite3SelectNew( Parse *pParse, ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, int isDistinct, Expr *pLimit, Expr *pOffset ) argument
94881 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, SelectDest *pDest, int iContinue, int iBreak ) argument
95590 selectColumnsFromExprList( Parse *pParse, ExprList *pEList, int *pnCol, Column **paCol ) argument
97437 ExprList *pEList = p->pEList; local
97543 ExprList *pEList; local
98094 ExprList *pEList; /* List of columns to extract. */ local
99538 sqlite3TriggerInsertStep( sqlite3 *db, Token *pTableName, IdList *pColumn, ExprList *pEList, Select *pSelect, u8 orconf ) argument
99571 sqlite3TriggerUpdateStep( sqlite3 *db, Token *pTableName, ExprList *pEList, Expr *pWhere, u8 orconf ) argument
99772 checkColumnOverlap(IdList *pIdList, ExprList *pEList) argument
100880 ExprList *pEList = 0; /* The result set of the SELECT statement */ local
[all...]

Completed in 436 milliseconds