Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c171889 LogEst iReduce = 0; /* pLoop->nOut should not exceed nRow-iReduce */ local
171942 if( iReduce<k ){
171944 iReduce = k;
171967 if( pLoop->nOut > nRow-iReduce ){
171968 pLoop->nOut = nRow - iReduce;