Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dsimple_tokenizer.c123 const char **ppToken, int *pnBytes, in simpleNext() argument
145 *pnBytes = n; in simpleNext()
H A Dfts1_tokenizer1.c150 int *pnBytes, /* OUT: Number of bytes in token */ in simpleNext() argument
188 *pnBytes = n; in simpleNext()
H A Dtokenizer.h64 const char **ppToken, int *pnBytes,
H A Dfts1_tokenizer.h64 const char **ppToken, int *pnBytes,
H A Dfts1_porter.c581 int *pnBytes, /* OUT: Number of bytes in token */ in porterNext() argument
610 porter_stemmer(&z[iStartOffset], n, c->zToken, pnBytes); in porterNext()
/sqlite-3.40.0/ext/fts2/
H A Dfts2_tokenizer1.c162 int *pnBytes, /* OUT: Number of bytes in token */ in simpleNext() argument
200 *pnBytes = n; in simpleNext()
H A Dfts2_icu.c179 int *pnBytes, /* OUT: Number of bytes in token */ in icuNext() argument
230 *pnBytes = nByte; in icuNext()
H A Dfts2_tokenizer.h128 const char **ppToken, int *pnBytes, /* OUT: Normalized text for token */
H A Dfts2_porter.c582 int *pnBytes, /* OUT: Number of bytes in token */ in porterNext() argument
611 porter_stemmer(&z[iStartOffset], n, c->zToken, pnBytes); in porterNext()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_tokenizer1.c160 int *pnBytes, /* OUT: Number of bytes in token */ in simpleNext() argument
200 *pnBytes = n; in simpleNext()
H A Dfts3_icu.c180 int *pnBytes, /* OUT: Number of bytes in token */ in icuNext() argument
231 *pnBytes = nByte; in icuNext()
H A Dfts3_porter.c597 int *pnBytes, /* OUT: Number of bytes in token */ in porterNext() argument
628 porter_stemmer(&z[iStartOffset], n, c->zToken, pnBytes); in porterNext()
H A Dfts3_tokenizer.h131 const char **ppToken, int *pnBytes, /* OUT: Normalized text for token */
H A Dfts3_test.c429 int *pnBytes, /* OUT: Number of bytes in token */ in testTokenizerNext() argument
474 *pnBytes = (int)nToken; in testTokenizerNext()