Lines Matching defs:xInstToken
13402 ** xInstToken(pFts5, iIdx, iToken, ppToken, pnToken)
13461 int (*xInstToken)(Fts5Context*, int iIdx, int iToken, const char**, int*);
231711 ** xInstToken(pFts5, iIdx, iToken, ppToken, pnToken)
231770 int (*xInstToken)(Fts5Context*, int iIdx, int iToken, const char**, int*);
232516 ** Used by xInstToken():
232598 /* Used to populate hash tables for xInstToken in detail=none/column mode. */
239883 ** Does the work of the fts5_api.xInstToken() API method.
247121 ** xInstToken() API.
247698 ** This is used by xInstToken() to access the token at offset iOff, column
247763 ** using the xInstToken() API. In this case the caller tokenizers the
251956 ** xInstToken() API implemenetation.