Home | History | Annotate | Download | only in orig

Lines Matching refs:ppLast

38139   struct RowSetEntry **ppLast      /* Write tail of the output list here */
38150 rowSetTreeToList(pIn->pRight, &pIn->pRight, ppLast);
38152 *ppLast = pIn;
38154 assert( (*ppLast)->pRight==0 );