Searched refs:ppLast (Results 1 – 6 of 6) sorted by relevance
276 struct RowSetEntry **ppLast /* Write tail of the output list here */ in rowSetTreeToList() argument287 rowSetTreeToList(pIn->pRight, &pIn->pRight, ppLast); in rowSetTreeToList()289 *ppLast = pIn; in rowSetTreeToList()291 assert( (*ppLast)->pRight==0 ); in rowSetTreeToList()
114 XmlChild ** ppLast = &pFirstChild_; in XmlElement() local123 *ppLast = newChild; in XmlElement()124 ppLast = &(newChild->pNextChild_); in XmlElement()
105 XmlChild ** ppLast = &first_child_; in XmlElement() local114 *ppLast = newChild; in XmlElement()115 ppLast = &(newChild->next_child_); in XmlElement()
36174 struct RowSetEntry **ppLast /* Write tail of the output list here */36185 rowSetTreeToList(pIn->pRight, &pIn->pRight, ppLast);36187 *ppLast = pIn;36189 assert( (*ppLast)->pRight==0 );
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 );
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 );