Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c59257 static struct RowSetEntry *rowSetNDeepTree( function
59271 pLeft = rowSetNDeepTree(ppList, iDepth-1);
59280 p->pRight = rowSetNDeepTree(ppList, iDepth-1);
59307 p->pRight = rowSetNDeepTree(&pList, iDepth);