Searched refs:pnBytes (Results 1 – 14 of 14) sorted by relevance
| /sqlite-3.40.0/ext/fts1/ |
| H A D | simple_tokenizer.c | 123 const char **ppToken, int *pnBytes, in simpleNext() argument 145 *pnBytes = n; in simpleNext()
|
| H A D | fts1_tokenizer1.c | 150 int *pnBytes, /* OUT: Number of bytes in token */ in simpleNext() argument 188 *pnBytes = n; in simpleNext()
|
| H A D | tokenizer.h | 64 const char **ppToken, int *pnBytes,
|
| H A D | fts1_tokenizer.h | 64 const char **ppToken, int *pnBytes,
|
| H A D | fts1_porter.c | 581 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 D | fts2_tokenizer1.c | 162 int *pnBytes, /* OUT: Number of bytes in token */ in simpleNext() argument 200 *pnBytes = n; in simpleNext()
|
| H A D | fts2_icu.c | 179 int *pnBytes, /* OUT: Number of bytes in token */ in icuNext() argument 230 *pnBytes = nByte; in icuNext()
|
| H A D | fts2_tokenizer.h | 128 const char **ppToken, int *pnBytes, /* OUT: Normalized text for token */
|
| H A D | fts2_porter.c | 582 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 D | fts3_tokenizer1.c | 160 int *pnBytes, /* OUT: Number of bytes in token */ in simpleNext() argument 200 *pnBytes = n; in simpleNext()
|
| H A D | fts3_icu.c | 180 int *pnBytes, /* OUT: Number of bytes in token */ in icuNext() argument 231 *pnBytes = nByte; in icuNext()
|
| H A D | fts3_porter.c | 597 int *pnBytes, /* OUT: Number of bytes in token */ in porterNext() argument 628 porter_stemmer(&z[iStartOffset], n, c->zToken, pnBytes); in porterNext()
|
| H A D | fts3_tokenizer.h | 131 const char **ppToken, int *pnBytes, /* OUT: Normalized text for token */
|
| H A D | fts3_test.c | 429 int *pnBytes, /* OUT: Number of bytes in token */ in testTokenizerNext() argument 474 *pnBytes = (int)nToken; in testTokenizerNext()
|