Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Danalyze.c1503 pIndex->noSkipScan = 0;
1512 pIndex->noSkipScan = 1;
H A DsqliteInt.h2629 unsigned noSkipScan:1; /* Do not try to use skip-scan if true */ member
H A Dwhere.c3149 && pProbe->noSkipScan==0 in whereLoopAddBtreeIndex()