Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Danalyze.c288 u8 nSkipAhead; /* Number of times of skip-ahead */ member
448 p->nSkipAhead = 0; in statInit()
770 if( p->nLimit && p->nRow>(tRowcnt)p->nLimit*(p->nSkipAhead+1) ){ in statPush()
771 p->nSkipAhead++; in statPush()
864 p->nSkipAhead ? (u64)p->nEst : (u64)p->nRow); in statGet()