Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c59371 struct RowSetEntry **ppPrevTree = &pRowSet->pForest; local
59377 ppPrevTree = &pTree->pRight;
59389 *ppPrevTree = pTree = rowSetEntryAlloc(pRowSet);