Lines Matching defs:pSrc
8645 SrcList *pSrc; /* The FROM clause */ member
14672 SrcList *pSrc = va_arg(ap, SrcList*); in vxprintf() local
34360 const u8 *pSrc; in fillInCell() local
49274 SrcList *pSrc; in isCandidateForInOpt() local
51416 SrcList *pSrc, /* The table to rename. */ in sqlite3AlterRenameTable()
51701 SQLITE_PRIVATE void sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc){ in sqlite3AlterBeginAddColumn()
56865 SQLITE_PRIVATE Table *sqlite3SrcListLookup(Parse *pParse, SrcList *pSrc){ in sqlite3SrcListLookup()
60236 static int xferCompatibleIndex(Index *pDest, Index *pSrc){ in xferCompatibleIndex()
60301 Table *pSrc; /* The table in the FROM clause of SELECT */ in xferOptimization() local
63730 SrcList *pSrc, /* the FROM clause -- which tables to scan */ in sqlite3SelectNew()
64008 SrcList *pSrc; /* All tables in the FROM clause */ in sqliteProcessJoin() local
66156 SrcList *pSrc; /* The FROM clause of the outer query */ in flattenSubquery() local
68249 SrcList *pSrc; /* SrcList to be returned */ in targetSrcList() local
68298 SrcList *pSrc; in codeTriggerProgram() local
68308 SrcList *pSrc; in codeTriggerProgram() local
68319 SrcList *pSrc; in codeTriggerProgram() local
69067 SrcList *pSrc, /* The virtual table to be modified */ in updateVirtualTable()
70961 SrcList *pSrc, /* the FROM clause */ in exprAnalyze()
71494 struct SrcList_item *pSrc, /* The FROM clause term to search */ in bestVirtualIndex()
71711 struct SrcList_item *pSrc, /* The FROM clause term to search */ in bestIndex()
75860 … SrcList *pSrc = sqlite3SrcListAppend(pParse->db, 0,&yymsp[-1].minor.yy410,&yymsp[0].minor.yy410); in yy_reduce() local