Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c3888 int doPrior /* Do substitutes on p->pPrior too */ in substSelect() argument
3908 }while( doPrior && (p = p->pPrior)!=0 ); in substSelect()