Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dfts1.c2236 int iRotorLen[FTS1_ROTOR_SZ]; /* Length of token */ in snippetOffsetsOfColumn() local
2255 iRotorLen[iRotor&FTS1_ROTOR_MASK] = iEnd-iBegin; in snippetOffsetsOfColumn()
2269 iRotorBegin[k], iRotorLen[k]); in snippetOffsetsOfColumn()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c3102 int iRotorLen[FTS2_ROTOR_SZ]; /* Length of token */ in snippetOffsetsOfColumn() local
3121 iRotorLen[iRotor&FTS2_ROTOR_MASK] = iEnd-iBegin; in snippetOffsetsOfColumn()
3137 iRotorBegin[k], iRotorLen[k]); in snippetOffsetsOfColumn()