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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dwhere.c432 pWInfo->peakNTab = pWInfo->savedNTab = pParse->nTab;
660 pWInfo->peakNTab = pParse->nTab;
695 pWInfo->peakNTab = pParse->nTab;
1232 if( pWInfo->pParse->nTab==pWInfo->peakNTab ){
H A DsqliteInt.h831 int peakNTab; /* Value of pParse->nTab after WhereBegin() */ member in struct:WhereInfo

Completed in 662 milliseconds