Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dwhere.c429 pWInfo->peakNTab = pWInfo->savedNTab = pParse->nTab; in sqliteWhereBegin()
657 pWInfo->peakNTab = pParse->nTab; in sqliteWhereBegin()
692 pWInfo->peakNTab = pParse->nTab; in sqliteWhereBegin()
1229 if( pWInfo->pParse->nTab==pWInfo->peakNTab ){ in sqliteWhereEnd()
H A DsqliteInt.h828 int peakNTab; /* Value of pParse->nTab after WhereBegin() */ member