Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c187 static Select *findRightmost(Select *p){ in findRightmost() function
2942 findRightmost(p)->selFlags |= SF_UsesEphemeral; in multiSelect()
3026 findRightmost(p)->selFlags |= SF_UsesEphemeral; in multiSelect()
5631 With *pWith = findRightmost(p)->pWith; in sqlite3SelectPopWith()