Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Drowset.c376 static struct RowSetEntry *rowSetListToTree(struct RowSetEntry *pList){ in rowSetListToTree() function
462 pTree->pLeft = rowSetListToTree(p); in sqlite3RowSetTest()
476 pTree->pLeft = rowSetListToTree(p); in sqlite3RowSetTest()