Lines Matching refs:pSubSrc
153294 SrcList *pSubSrc; /* The FROM clause of the subquery */ local
153322 pSubSrc = pSub->pSrc;
153323 assert( pSubSrc );
153334 if( pSubSrc->nSrc==0 ) return 0; /* Restriction (7) */
153367 if( pSubSrc->nSrc>1 /* (3a) */
153377 assert( pSubSrc->nSrc>0 ); /* True by restriction (7) */
153378 if( iFrom>0 && (pSubSrc->a[0].fg.jointype & JT_LTORJ)!=0 ){
153578 pSubSrc = pSub->pSrc; /* FROM clause of subquery */
153579 nSubSrc = pSubSrc->nSrc; /* Number of terms in subquery FROM clause */
153607 iNewParent = pSubSrc->a[0].iCursor;
153615 *pItem = pSubSrc->a[i];
153617 memset(&pSubSrc->a[i], 0, sizeof(pSubSrc->a[i]));
153655 assert( pSubSrc->nSrc==1 );