Lines Matching defs:xTokenize

12824 ** xTokenize:
12966 int (*xTokenize)(Fts5Context*,
13031 ** xTokenize:
13056 ** satisfy an fts5_api.xTokenize() request made by an auxiliary
13063 ** passed as the second argument to xTokenize(). The third and fourth
13077 ** the tokenization should be abandoned and the xTokenize() method should
13079 ** input buffer is exhausted, xTokenize() should return SQLITE_OK. Finally,
13080 ** if an error occurs with the xTokenize() implementation itself, it
13196 int (*xTokenize)(Fts5Tokenizer*,
13201 void *pCtx, /* Copy of 2nd argument to xTokenize() */
13211 /* Flags that may be passed as the third argument to xTokenize() */
221485 ** xTokenize:
221627 int (*xTokenize)(Fts5Context*,
221692 ** xTokenize:
221717 ** satisfy an fts5_api.xTokenize() request made by an auxiliary
221724 ** passed as the second argument to xTokenize(). The third and fourth
221738 ** the tokenization should be abandoned and the xTokenize() method should
221740 ** input buffer is exhausted, xTokenize() should return SQLITE_OK. Finally,
221741 ** if an error occurs with the xTokenize() implementation itself, it
221857 int (*xTokenize)(Fts5Tokenizer*,
221862 void *pCtx, /* Copy of 2nd argument to xTokenize() */
221872 /* Flags that may be passed as the third argument to xTokenize() */
224514 rc = pApi->xTokenize(pFts, ctx.zIn, ctx.nIn, (void*)&ctx,fts5HighlightCb);
224563 ** This function is an xTokenize() callback used by the auxiliary snippet()
224714 rc = pApi->xTokenize(pFts,
224791 rc = pApi->xTokenize(pFts, ctx.zIn, ctx.nIn, (void*)&ctx,fts5HighlightCb);
226130 return pConfig->pTokApi->xTokenize(
229284 void *pCtx, /* Copy of 2nd argument to xTokenize() */
242180 return p->tokenizer.xTokenize(