Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c59225 struct RowSetEntry **ppLast /* Write tail of the output list here */ argument
59236 rowSetTreeToList(pIn->pRight, &pIn->pRight, ppLast);
59238 *ppLast = pIn;
59240 assert( (*ppLast)->pRight==0 );