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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dselect.c1649 int iParent; /* VDBE cursor number of the pSub result set temp table */ local
1712 ** iParent. The iParent cursor will never be used. Subsequent code
1713 ** will scan expressions looking for iParent references and replace
1717 iParent = pSrc->a[iFrom].iCursor;
1746 ** references to the iParent in the outer query.
1757 substExprList(p->pEList, iParent, pSub->pEList);
1766 substExprList(p->pGroupBy, iParent, pSub->pEList);
1767 substExpr(p->pHaving, iParent, pSub->pEList);
1774 substExprList(p->pOrderBy, iParent, pSu
[all...]

Completed in 82 milliseconds