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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c9426 ** a list of named expression (pEList). The named expression list may
9429 ** pEList corresponds to the result set of a SELECT and is NULL for
9447 ExprList *pEList; /* Optional list of named expressions */ member in struct:NameContext
9479 ExprList *pEList; /* The fields of the result */ member in struct:Select
59090 resolveAlias( Parse *pParse, ExprList *pEList, int iCol, Expr *pExpr, const char *zType ) argument
59199 ExprList *pEList; local
59662 resolveAsName( Parse *pParse, ExprList *pEList, Expr *pE ) argument
59707 ExprList *pEList; /* The columns of the result set */ local
59775 ExprList *pEList; local
59867 ExprList *pEList; local
59965 ExprList *pEList; /* Result set expression list */ local
61301 sqlite3ExprListCheckLength( Parse *pParse, ExprList *pEList, const char *zObject ) argument
61581 ExprList *pEList; local
61868 ExprList *pEList; local
63023 ExprList *pEList; /* List of WHEN terms */ local
70506 ExprList *pEList = NULL; /* Expression list contaning only pSelectRowid */ local
75326 ExprList *pEList; /* The result set of the SELECT */ local
79042 sqlite3SelectNew( Parse *pParse, ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, int isDistinct, Expr *pLimit, Expr *pOffset ) argument
79516 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, SelectDest *pDest, int iContinue, int iBreak ) argument
80148 selectColumnsFromExprList( Parse *pParse, ExprList *pEList, int *pnCol, Column **paCol ) argument
81945 ExprList *pEList = p->pEList; local
82050 ExprList *pEList; local
82562 ExprList *pEList; /* List of columns to extract. */ local
83852 sqlite3TriggerInsertStep( sqlite3 *db, Token *pTableName, IdList *pColumn, ExprList *pEList, Select *pSelect, u8 orconf ) argument
83885 sqlite3TriggerUpdateStep( sqlite3 *db, Token *pTableName, ExprList *pEList, Expr *pWhere, u8 orconf ) argument
84078 checkColumnOverlap(IdList *pIdList, ExprList *pEList) argument
85173 ExprList *pEList = 0; /* The result set of the SELECT statement */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/sqlite-3.6.22/
H A Dsqlite3.c9426 ** a list of named expression (pEList). The named expression list may
9429 ** pEList corresponds to the result set of a SELECT and is NULL for
9447 ExprList *pEList; /* Optional list of named expressions */ member in struct:NameContext
9479 ExprList *pEList; /* The fields of the result */ member in struct:Select
59090 resolveAlias( Parse *pParse, ExprList *pEList, int iCol, Expr *pExpr, const char *zType ) argument
59199 ExprList *pEList; local
59662 resolveAsName( Parse *pParse, ExprList *pEList, Expr *pE ) argument
59707 ExprList *pEList; /* The columns of the result set */ local
59775 ExprList *pEList; local
59867 ExprList *pEList; local
59965 ExprList *pEList; /* Result set expression list */ local
61301 sqlite3ExprListCheckLength( Parse *pParse, ExprList *pEList, const char *zObject ) argument
61581 ExprList *pEList; local
61868 ExprList *pEList; local
63023 ExprList *pEList; /* List of WHEN terms */ local
70506 ExprList *pEList = NULL; /* Expression list contaning only pSelectRowid */ local
75326 ExprList *pEList; /* The result set of the SELECT */ local
79042 sqlite3SelectNew( Parse *pParse, ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, int isDistinct, Expr *pLimit, Expr *pOffset ) argument
79516 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, SelectDest *pDest, int iContinue, int iBreak ) argument
80148 selectColumnsFromExprList( Parse *pParse, ExprList *pEList, int *pnCol, Column **paCol ) argument
81945 ExprList *pEList = p->pEList; local
82050 ExprList *pEList; local
82562 ExprList *pEList; /* List of columns to extract. */ local
83852 sqlite3TriggerInsertStep( sqlite3 *db, Token *pTableName, IdList *pColumn, ExprList *pEList, Select *pSelect, u8 orconf ) argument
83885 sqlite3TriggerUpdateStep( sqlite3 *db, Token *pTableName, ExprList *pEList, Expr *pWhere, u8 orconf ) argument
84078 checkColumnOverlap(IdList *pIdList, ExprList *pEList) argument
85173 ExprList *pEList = 0; /* The result set of the SELECT statement */ local
[all...]

Completed in 400 milliseconds