Lines Matching defs:fts5_api
13525 ** satisfy an fts5_api.xTokenize() request made by an auxiliary
13526 ** function. Or an fts5_api.xColumnSize() request made by the same
13697 typedef struct fts5_api fts5_api;
13698 struct fts5_api {
13703 fts5_api *pApi,
13712 fts5_api *pApi,
13720 fts5_api *pApi,
231834 ** satisfy an fts5_api.xTokenize() request made by an auxiliary
231835 ** function. Or an fts5_api.xColumnSize() request made by the same
232006 typedef struct fts5_api fts5_api;
232007 struct fts5_api {
232012 fts5_api *pApi,
232021 fts5_api *pApi,
232029 fts5_api *pApi,
232901 static int sqlite3Fts5AuxInit(fts5_api*);
232910 static int sqlite3Fts5TokenizerInit(fts5_api*);
235192 static int sqlite3Fts5AuxInit(fts5_api *pApi){
239858 ** Does the work of the fts5_api.xQueryToken() API method.
239883 ** Does the work of the fts5_api.xInstToken() API method.
249673 fts5_api api; /* User visible part of object (see fts5.h) */
252343 fts5_api *pApi, /* Global context (one per db handle) */
252379 ** fts5_api.xCreateTokenizer() method.
252382 fts5_api *pApi, /* Global context (one per db handle) */
252435 ** fts5_api.xFindTokenizer() method.
252438 fts5_api *pApi, /* Global context (one per db handle) */
252523 fts5_api **ppApi;
252526 ppApi = (fts5_api**)sqlite3_value_pointer(apArg[0], "fts5_api_ptr");
254528 fts5_api *pApi = (fts5_api*)pCtx;
255379 static int sqlite3Fts5TokenizerInit(fts5_api *pApi){