Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c59306 static struct RowSetEntry *rowSetNDeepTree( function
59320 pLeft = rowSetNDeepTree(ppList, iDepth-1);
59329 p->pRight = rowSetNDeepTree(ppList, iDepth-1);
59356 p->pRight = rowSetNDeepTree(&pList, iDepth);