Home
last modified time | relevance | path

Searched refs:ppLast (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/libjingle/xmllite/
Dxmlelement.cc88 XmlChild ** ppLast = &first_child_; in XmlElement() local
97 *ppLast = newChild; in XmlElement()
98 ppLast = &(newChild->next_child_); in XmlElement()
/external/sqlite/dist/orig/
Dsqlite3.c47617 struct RowSetEntry **ppLast /* Write tail of the output list here */
47628 rowSetTreeToList(pIn->pRight, &pIn->pRight, ppLast);
47630 *ppLast = pIn;
47632 assert( (*ppLast)->pRight==0 );
/external/sqlite/dist/
Dsqlite3.c47633 struct RowSetEntry **ppLast /* Write tail of the output list here */
47644 rowSetTreeToList(pIn->pRight, &pIn->pRight, ppLast);
47646 *ppLast = pIn;
47648 assert( (*ppLast)->pRight==0 );