Lines Matching defs:xTokenize

13249 ** xTokenize:
13428 int (*xTokenize)(Fts5Context*,
13500 ** xTokenize:
13525 ** satisfy an fts5_api.xTokenize() request made by an auxiliary
13532 ** passed as the second argument to xTokenize(). The third and fourth
13546 ** the tokenization should be abandoned and the xTokenize() method should
13548 ** input buffer is exhausted, xTokenize() should return SQLITE_OK. Finally,
13549 ** if an error occurs with the xTokenize() implementation itself, it
13665 int (*xTokenize)(Fts5Tokenizer*,
13670 void *pCtx, /* Copy of 2nd argument to xTokenize() */
13680 /* Flags that may be passed as the third argument to xTokenize() */
231558 ** xTokenize:
231737 int (*xTokenize)(Fts5Context*,
231809 ** xTokenize:
231834 ** satisfy an fts5_api.xTokenize() request made by an auxiliary
231841 ** passed as the second argument to xTokenize(). The third and fourth
231855 ** the tokenization should be abandoned and the xTokenize() method should
231857 ** input buffer is exhausted, xTokenize() should return SQLITE_OK. Finally,
231858 ** if an error occurs with the xTokenize() implementation itself, it
231974 int (*xTokenize)(Fts5Tokenizer*,
231979 void *pCtx, /* Copy of 2nd argument to xTokenize() */
231989 /* Flags that may be passed as the third argument to xTokenize() */
234727 rc = pApi->xTokenize(pFts, ctx.zIn, ctx.nIn, (void*)&ctx,fts5HighlightCb);
234779 ** This function is an xTokenize() callback used by the auxiliary snippet()
234931 rc = pApi->xTokenize(pFts,
235008 rc = pApi->xTokenize(pFts, ctx.zIn, ctx.nIn, (void*)&ctx,fts5HighlightCb);
236398 return pConfig->pTokApi->xTokenize(
239685 void *pCtx, /* Copy of 2nd argument to xTokenize() */
255206 return p->tokenizer.xTokenize(