Searched refs:ppLast (Results 1 – 3 of 3) sorted by relevance
88 XmlChild ** ppLast = &first_child_; in XmlElement() local97 *ppLast = newChild; in XmlElement()98 ppLast = &(newChild->next_child_); in XmlElement()
42674 struct RowSetEntry **ppLast /* Write tail of the output list here */42685 rowSetTreeToList(pIn->pRight, &pIn->pRight, ppLast);42687 *ppLast = pIn;42689 assert( (*ppLast)->pRight==0 );
42656 struct RowSetEntry **ppLast /* Write tail of the output list here */42667 rowSetTreeToList(pIn->pRight, &pIn->pRight, ppLast);42669 *ppLast = pIn;42671 assert( (*ppLast)->pRight==0 );