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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c10832 #define WHERE_ONETABLE_ONLY 0x0040 /* Only code the 1st table in pTabList */
10848 SrcList *pTabList; /* List of tables in the join */ member in struct:WhereInfo
85578 sqlite3DeleteFrom( Parse *pParse, SrcList *pTabList, Expr *pWhere ) argument
89270 sqlite3Insert( Parse *pParse, SrcList *pTabList, ExprList *pList, Select *pSelect, IdList *pColumn, int onError ) argument
95373 SrcList *pTabList = pNC->pSrcList; local
95474 generateColumnTypes( Parse *pParse, SrcList *pTabList, ExprList *pEList ) argument
95514 generateColumnNames( Parse *pParse, SrcList *pTabList, ExprList *pEList ) argument
97542 SrcList *pTabList; local
97811 SrcList *pTabList; local
98095 SrcList *pTabList; /* List of tables to select from */ local
100359 sqlite3Update( Parse *pParse, SrcList *pTabList, ExprList *pChanges, Expr *pWhere, int onError ) argument
103002 exprAnalyzeAll( SrcList *pTabList, WhereClause *pWC ) argument
103883 isDistinctRedundant( Parse *pParse, SrcList *pTabList, WhereClause *pWC, ExprList *pDistinct ) argument
106073 explainOneScan( Parse *pParse, SrcList *pTabList, WhereLevel *pLevel, int iLevel, int iFrom, u16 wctrlFlags ) argument
106953 sqlite3WhereBegin( Parse *pParse, SrcList *pTabList, Expr *pWhere, ExprList **ppOrderBy, ExprList *pDistinct, u16 wctrlFlags ) argument
107477 SrcList *pTabList = pWInfo->pTabList; local
[all...]

Completed in 385 milliseconds