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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10605 #define WHERE_ONETABLE_ONLY 0x0080 /* Only code the 1st table in pTabList */
10620 SrcList *pTabList; /* List of tables in the join */ member in struct:WhereInfo
83621 sqlite3DeleteFrom( Parse *pParse, SrcList *pTabList, Expr *pWhere ) argument
87313 sqlite3Insert( Parse *pParse, SrcList *pTabList, ExprList *pList, Select *pSelect, IdList *pColumn, int onError ) argument
93373 SrcList *pTabList = pNC->pSrcList; local
93474 generateColumnTypes( Parse *pParse, SrcList *pTabList, ExprList *pEList ) argument
93514 generateColumnNames( Parse *pParse, SrcList *pTabList, ExprList *pEList ) argument
95532 SrcList *pTabList; local
95801 SrcList *pTabList; local
96085 SrcList *pTabList; /* List of tables to select from */ local
98348 sqlite3Update( Parse *pParse, SrcList *pTabList, ExprList *pChanges, Expr *pWhere, int onError ) argument
100975 exprAnalyzeAll( SrcList *pTabList, WhereClause *pWC ) argument
101855 isDistinctRedundant( Parse *pParse, SrcList *pTabList, WhereClause *pWC, ExprList *pDistinct ) argument
104037 explainOneScan( Parse *pParse, SrcList *pTabList, WhereLevel *pLevel, int iLevel, int iFrom, u16 wctrlFlags ) argument
104897 sqlite3WhereBegin( Parse *pParse, SrcList *pTabList, Expr *pWhere, ExprList **ppOrderBy, ExprList *pDistinct, u16 wctrlFlags ) argument
105420 SrcList *pTabList = pWInfo->pTabList; local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c117694 sqlite3DeleteFrom( Parse *pParse, SrcList *pTabList, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit ) argument
122791 sqlite3Insert( Parse *pParse, SrcList *pTabList, Select *pSelect, IdList *pColumn, int onError, Upsert *pUpsert ) argument
132855 SrcList *pTabList = pNC->pSrcList; local
132967 generateColumnTypes( Parse *pParse, SrcList *pTabList, ExprList *pEList ) argument
133041 SrcList *pTabList; local
136351 SrcList *pTabList; local
136696 SrcList *pTabList; local
137021 isSelfJoinView( SrcList *pTabList, SrcItem *pThis ) argument
137172 SrcList *pTabList; /* List of tables to select from */ local
140108 updateFromSelect( Parse *pParse, int iEph, Index *pPk, ExprList *pChanges, SrcList *pTabList, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit ) argument
140202 sqlite3Update( Parse *pParse, SrcList *pTabList, ExprList *pChanges, Expr *pWhere, int onError, ExprList *pOrderBy, Expr *pLimit, Upsert *pUpsert ) argument
141339 sqlite3UpsertAnalyzeTarget( Parse *pParse, SrcList *pTabList, Upsert *pUpsert ) argument
143774 SrcList *pTabList; /* List of tables in the join */ member in struct:WhereInfo
144028 sqlite3WhereExplainOneScan( Parse *pParse, SrcList *pTabList, WhereLevel *pLevel, u16 wctrlFlags ) argument
148252 sqlite3WhereExprAnalyze( SrcList *pTabList, WhereClause *pWC ) argument
148843 isDistinctRedundant( Parse *pParse, SrcList *pTabList, WhereClause *pWC, ExprList *pDistinct ) argument
151246 SrcList *pTabList; /* The FROM clause */ local
151963 SrcList *pTabList = pWInfo->pTabList; local
153056 sqlite3WhereBegin( Parse *pParse, SrcList *pTabList, Expr *pWhere, ExprList *pOrderBy, ExprList *pResultSet, u16 wctrlFlags, int iAuxArg ) argument
153658 SrcList *pTabList = pWInfo->pTabList; local
[all...]

Completed in 1001 milliseconds