Home
last modified time | relevance | path

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

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