Home
last modified time | relevance | path

Searched refs:ppToken (Results 1 – 11 of 11) sorted by relevance

/sqlite-3.40.0/ext/fts1/
H A Dsimple_tokenizer.c123 const char **ppToken, int *pnBytes, in simpleNext() argument
144 *ppToken = c->zToken; in simpleNext()
H A Dfts1_tokenizer1.c149 const char **ppToken, /* OUT: *ppToken is the token text */ in simpleNext() argument
187 *ppToken = c->pToken; in simpleNext()
H A Dtokenizer.h64 const char **ppToken, int *pnBytes,
H A Dfts1_tokenizer.h64 const char **ppToken, int *pnBytes,
/sqlite-3.40.0/ext/fts2/
H A Dfts2_tokenizer1.c161 const char **ppToken, /* OUT: *ppToken is the token text */ in simpleNext() argument
199 *ppToken = c->pToken; in simpleNext()
H A Dfts2_icu.c178 const char **ppToken, /* OUT: *ppToken is the token text */ in icuNext() argument
229 *ppToken = pCsr->zBuffer; in icuNext()
H A Dfts2_tokenizer.h128 const char **ppToken, int *pnBytes, /* OUT: Normalized text for token */
/sqlite-3.40.0/ext/fts3/
H A Dfts3_tokenizer1.c159 const char **ppToken, /* OUT: *ppToken is the token text */ in simpleNext() argument
199 *ppToken = c->pToken; in simpleNext()
H A Dfts3_icu.c179 const char **ppToken, /* OUT: *ppToken is the token text */ in icuNext() argument
230 *ppToken = pCsr->zBuffer; in icuNext()
H A Dfts3_tokenizer.h131 const char **ppToken, int *pnBytes, /* OUT: Normalized text for token */
H A Dfts3_test.c428 const char **ppToken, /* OUT: *ppToken is the token text */ in testTokenizerNext() argument
473 *ppToken = pCsr->aBuffer; in testTokenizerNext()