Lines Matching defs:pSrc

20592   SrcList *pSrc;         /* The FROM clause */  member
21162 SrcList *pSrc; /* Table to insert/update/delete */ member
34174 SQLITE_PRIVATE void sqlite3TreeViewSrcList(TreeView *pView, const SrcList *pSrc){ in sqlite3TreeViewSrcList()
74703 static void ptrmapPutOvflPtr(MemPage *pPage, MemPage *pSrc, u8 *pCell,int *pRC){
80187 const u8 *pSrc; local
82833 SQLITE_PRIVATE int sqlite3BtreeTransferRow(BtCursor *pDest, BtCursor *pSrc, i64 iKey){
84721 Btree *pSrc; /* Source b-tree file */ member
102297 VdbeCursor *pSrc; /* Cursor to read from */ local
110228 SrcList *pSrc; local
111188 SQLITE_PRIVATE Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){
112613 SrcList *pSrc; /* Fake SrcList for pParse->pNewTable */ local
115406 const SrcItem *pSrc = &pSrcList->a[iSrc]; local
115721 SrcList *pSrc; local
119755 SrcList *pSrc = pSelect->pSrc; local
119775 SrcList *pSrc = pSelect->pSrc; local
119796 SrcList *pSrc = p->pRef; local
120478 SrcList *pSrc, /* The table to rename. */
120835 SQLITE_PRIVATE void sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc){
120953 SrcList *pSrc, /* Table being altered. pSrc->nSrc==1 */
121248 SrcList *pSrc = p->pSrc; local
121724 SrcList *pSrc = sqlite3SrcListDup(db, pStep->pSrc, 0); local
121826 SrcList *pSrc = pStep->pSrc; local
122065 SrcList *pSrc = pSelect->pSrc; local
122602 SQLITE_PRIVATE void sqlite3AlterDropColumn(Parse *pParse, SrcList *pSrc, const Token *pName){
123096 SrcList *pSrc, /* Name of the table to look for */
123137 SrcList *pSrc, /* The table being altered */
123237 SrcList *pSrc, /* Name of the table being altered */
123339 SrcList *pSrc, /* Table to add constraint to */
131118 SrcList *pSrc, /* The SrcList to be enlarged */
132720 SQLITE_PRIVATE Table *sqlite3SrcListLookup(Parse *pParse, SrcList *pSrc){
132873 SrcList *pSrc, /* the FROM clause -- which tables to scan */
137731 SrcList *pSrc, /* The child table to be scanned */
138203 SrcList *pSrc; local
138511 SrcList *pSrc; local
141624 static int xferCompatibleIndex(Index *pDest, Index *pSrc){
141694 Table *pSrc; /* The table in the FROM clause of SELECT */ local
148901 SrcList *pSrc, /* the FROM clause -- which tables to scan */
149152 SrcList *pSrc, /* Array of tables to search */
149289 SrcList *pSrc; /* All tables in the FROM clause */ local
151434 SrcList *pSrc = p->pSrc; /* The FROM clause of the recursive query */ local
152682 SrcList *pSrc; local
152757 SrcList *pSrc, /* FROM clause to renumber */
153063 SrcList *pSrc; /* The FROM clause of the outer query */ local
153905 SrcItem *pSrc; /* The subquery FROM term into which WHERE is pushed */ local
154537 SrcList *pSrc = pRecTerm->pSrc; local
155983 static int sameSrcAlias(SrcItem *p0, SrcList *pSrc){
156157 SrcList *pSrc; /* SrcList for this context */ member
156167 #define hasRightJoin(pSrc) (((pSrc)->a[0].fg.jointype & JT_LTORJ)!=0) argument
156206 SrcList *pSrc = pCtx->pSrc; local
158914 SrcList *pSrc; local
159710 SrcList *pSrc; local
160702 SrcList *pSrc, /* The virtual table to be modified */
161145 SrcList *pSrc; /* FROM clause for the UPDATE */ local
167200 SrcList *pSrc, /* the FROM clause */
167333 SrcList *pSrc, /* the FROM clause */
167607 static int termIsEquivalence(Parse *pParse, Expr *pExpr, SrcList *pSrc){
167644 SrcList *pSrc = pS->pSrc; local
167766 SrcList *pSrc, /* the FROM clause */
168786 static void whereOrMove(WhereOrSet *pDest, WhereOrSet *pSrc){
169424 const SrcItem *pSrc /* Table we are trying to access */
169493 const SrcItem *pSrc, /* Table we are trying to access */
169604 SrcItem *pSrc; /* The FROM clause term to get the next index */ local
170007 SrcItem *pSrc, /* The FROM clause term that is the vtab */
171811 SrcItem *pSrc, /* FROM clause term being analyzed */
172603 SrcItem *pSrc; /* The FROM clause btree term to add */ local
172966 SrcItem *pSrc = &pBuilder->pWInfo->pTabList->a[pNew->iTab]; local
173280 SrcItem *pSrc; /* The FROM clause term to search */ local
176024 SrcItem *pSrc; local
176271 SrcItem *pSrc = &pTabList->a[pLevel->iFrom]; local
177214 SrcList *pSrc; member
177338 SrcList *pSrc,
177445 SrcList *pSrc = p->pSrc; local
184444 SrcList *pSrc = sqlite3SrcListAppend(pParse, 0,&yymsp[-2].minor.yy0,&yymsp[-1].minor.yy0); local
218944 u8 *pSrc = &pDst[pRtree->nBytesPerCell]; local
219942 RtreeMatchArg *pBlob, *pSrc; /* BLOB returned by geometry function */ local