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

/external/sqlite/dist/orig/
H A Dsqlite3.c10858 #define WHERE_ONETABLE_ONLY 0x0040 /* Only code the 1st table in pTabList */
10874 SrcList *pTabList; /* List of tables in the join */ member in struct:WhereInfo
85693 sqlite3DeleteFrom( Parse *pParse, SrcList *pTabList, Expr *pWhere ) argument
89396 sqlite3Insert( Parse *pParse, SrcList *pTabList, ExprList *pList, Select *pSelect, IdList *pColumn, int onError ) argument
95530 SrcList *pTabList = pNC->pSrcList; local
95631 generateColumnTypes( Parse *pParse, SrcList *pTabList, ExprList *pEList ) argument
95671 generateColumnNames( Parse *pParse, SrcList *pTabList, ExprList *pEList ) argument
97703 SrcList *pTabList; local
97972 SrcList *pTabList; local
98265 SrcList *pTabList; /* List of tables to select from */ local
100529 sqlite3Update( Parse *pParse, SrcList *pTabList, ExprList *pChanges, Expr *pWhere, int onError ) argument
103177 exprAnalyzeAll( SrcList *pTabList, WhereClause *pWC ) argument
104058 isDistinctRedundant( Parse *pParse, SrcList *pTabList, WhereClause *pWC, ExprList *pDistinct ) argument
106250 explainOneScan( Parse *pParse, SrcList *pTabList, WhereLevel *pLevel, int iLevel, int iFrom, u16 wctrlFlags ) argument
107147 sqlite3WhereBegin( Parse *pParse, SrcList *pTabList, Expr *pWhere, ExprList **ppOrderBy, ExprList *pDistinct, u16 wctrlFlags ) argument
107671 SrcList *pTabList = pWInfo->pTabList; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10858 #define WHERE_ONETABLE_ONLY 0x0040 /* Only code the 1st table in pTabList */
10874 SrcList *pTabList; /* List of tables in the join */ member in struct:WhereInfo
85706 sqlite3DeleteFrom( Parse *pParse, SrcList *pTabList, Expr *pWhere ) argument
89409 sqlite3Insert( Parse *pParse, SrcList *pTabList, ExprList *pList, Select *pSelect, IdList *pColumn, int onError ) argument
95543 SrcList *pTabList = pNC->pSrcList; local
95644 generateColumnTypes( Parse *pParse, SrcList *pTabList, ExprList *pEList ) argument
95684 generateColumnNames( Parse *pParse, SrcList *pTabList, ExprList *pEList ) argument
97716 SrcList *pTabList; local
97985 SrcList *pTabList; local
98278 SrcList *pTabList; /* List of tables to select from */ local
100542 sqlite3Update( Parse *pParse, SrcList *pTabList, ExprList *pChanges, Expr *pWhere, int onError ) argument
103190 exprAnalyzeAll( SrcList *pTabList, WhereClause *pWC ) argument
104071 isDistinctRedundant( Parse *pParse, SrcList *pTabList, WhereClause *pWC, ExprList *pDistinct ) argument
106263 explainOneScan( Parse *pParse, SrcList *pTabList, WhereLevel *pLevel, int iLevel, int iFrom, u16 wctrlFlags ) argument
107160 sqlite3WhereBegin( Parse *pParse, SrcList *pTabList, Expr *pWhere, ExprList **ppOrderBy, ExprList *pDistinct, u16 wctrlFlags ) argument
107684 SrcList *pTabList = pWInfo->pTabList; local
[all...]

Completed in 292 milliseconds