Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c18693 unsigned noSkipScan:1; /* Do not try to use skip-scan if true */ member
119265 pIndex->noSkipScan = 0;
119274 pIndex->noSkipScan = 1;
164135 && pProbe->noSkipScan==0