Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_main.c908 int bSkip = 0; in fts5NextMethod() local
909 if( (rc = fts5CursorReseek(pCsr, &bSkip)) || bSkip ) return rc; in fts5NextMethod()
/sqlite-3.40.0/src/
H A Dvdbeaux.c4532 int bSkip /* If true, skip the first field */ in sqlite3VdbeRecordCompareWithSkip() argument
4547 if( bSkip ){ in sqlite3VdbeRecordCompareWithSkip()