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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c33308 sqlite3TreeViewDelete( const With *pWith, const SrcList *pTabList, const Expr *pWhere, const ExprList *pOrderBy, const Expr *pLimit, const Trigger *pTrigger ) argument
33364 sqlite3TreeViewInsert( const With *pWith, const SrcList *pTabList, const IdList *pColumnList, const Select *pSelect, const ExprList *pExprList, int onError, const Upsert *pUpsert, const Trigger *pTrigger ) argument
33434 sqlite3TreeViewUpdate( const With *pWith, const SrcList *pTabList, const ExprList *pChanges, const Expr *pWhere, int onError, const ExprList *pOrderBy, const Expr *pLimit, const Upsert *pUpsert, const Trigger *pTrigger ) argument
127152 sqlite3DeleteFrom( Parse *pParse, SrcList *pTabList, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit ) argument
132827 sqlite3Insert( Parse *pParse, SrcList *pTabList, Select *pSelect, IdList *pColumn, int onError, Upsert *pUpsert ) argument
143702 SrcList *pTabList = pNC->pSrcList; local
143822 generateColumnTypes( Parse *pParse, SrcList *pTabList, ExprList *pEList ) argument
143896 SrcList *pTabList; local
147719 SrcList *pTabList; local
148154 SrcList *pTabList; local
148810 isSelfJoinView( SrcList *pTabList, SrcItem *pThis, int iFirst, int iEnd ) argument
148997 fromClauseTermCanBeCoroutine( Parse *pParse, SrcList *pTabList, int i, int selFlags ) argument
149054 SrcList *pTabList; /* List of tables to select from */ local
152240 updateFromSelect( Parse *pParse, int iEph, Index *pPk, ExprList *pChanges, SrcList *pTabList, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit ) argument
152338 sqlite3Update( Parse *pParse, SrcList *pTabList, ExprList *pChanges, Expr *pWhere, int onError, ExprList *pOrderBy, Expr *pLimit, Upsert *pUpsert ) argument
153511 sqlite3UpsertAnalyzeTarget( Parse *pParse, SrcList *pTabList, Upsert *pUpsert ) argument
155998 SrcList *pTabList; /* List of tables in the join */ member in struct:WhereInfo
156276 sqlite3WhereExplainOneScan( Parse *pParse, SrcList *pTabList, WhereLevel *pLevel, u16 wctrlFlags ) argument
160755 sqlite3WhereExprAnalyze( SrcList *pTabList, WhereClause *pWC ) argument
161407 isDistinctRedundant( Parse *pParse, SrcList *pTabList, WhereClause *pWC, ExprList *pDistinct ) argument
161728 SrcList *pTabList; /* The complete FROM clause */ local
161989 const SrcList *pTabList; local
164518 SrcList *pTabList; /* The FROM clause */ local
165415 SrcList *pTabList = pWInfo->pTabList; local
166839 sqlite3WhereBegin( Parse *pParse, SrcList *pTabList, Expr *pWhere, ExprList *pOrderBy, ExprList *pResultSet, Select *pSelect, u16 wctrlFlags, int iAuxArg ) argument
167530 SrcList *pTabList = pWInfo->pTabList; local
[all...]

Completed in 564 milliseconds