Lines Matching refs:ppLast
38167 struct RowSetEntry **ppLast /* Write tail of the output list here */38178 rowSetTreeToList(pIn->pRight, &pIn->pRight, ppLast);38180 *ppLast = pIn;38182 assert( (*ppLast)->pRight==0 );