Home
last modified time | relevance | path

Searched refs:pSubSrc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c153294 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;
[all …]