Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Drowset.c276 struct RowSetEntry **ppLast /* Write tail of the output list here */ in rowSetTreeToList() argument
287 rowSetTreeToList(pIn->pRight, &pIn->pRight, ppLast); in rowSetTreeToList()
289 *ppLast = pIn; in rowSetTreeToList()
291 assert( (*ppLast)->pRight==0 ); in rowSetTreeToList()
/external/chromium/third_party/libjingle/source/talk/xmllite/
Dxmlelement.cc114 XmlChild ** ppLast = &pFirstChild_; in XmlElement() local
123 *ppLast = newChild; in XmlElement()
124 ppLast = &(newChild->pNextChild_); in XmlElement()
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
Dxmlelement.cc105 XmlChild ** ppLast = &first_child_; in XmlElement() local
114 *ppLast = newChild; in XmlElement()
115 ppLast = &(newChild->next_child_); in XmlElement()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c36174 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 );
/external/sqlite/dist/orig/
Dsqlite3.c38139 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 );
/external/sqlite/dist/
Dsqlite3.c38167 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 );