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

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c3045 int nSkipRange = nBound; /* Number of < constraints to skip */ local
3063 if( nSkipRange ){
3064 /* Ignore the first nSkipRange range constraints since the index
3066 nSkipRange--;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c100699 int nSkipRange = nBound; /* Number of < constraints to skip */ local
[all...]

Completed in 250 milliseconds