Searched refs:xTokenize (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h11819 ** xTokenize:
11961 int (*xTokenize)(Fts5Context*, member in struct:Fts5ExtensionApi
12026 ** xTokenize:
12051 ** satisfy an fts5_api.xTokenize() request made by an auxiliary
12058 ** passed as the second argument to xTokenize(). The third and fourth
12072 ** the tokenization should be abandoned and the xTokenize() method should
12074 ** input buffer is exhausted, xTokenize() should return SQLITE_OK. Finally,
12075 ** if an error occurs with the xTokenize() implementation itself, it
12191 int (*xTokenize)(Fts5Tokenizer*, member in struct:fts5_tokenizer
12196 void *pCtx, /* Copy of 2nd argument to xTokenize() */
[all...]
H A Dsqlite3.c12882 ** xTokenize:
13024 int (*xTokenize)(Fts5Context*, member in struct:Fts5ExtensionApi
13089 ** xTokenize:
13114 ** satisfy an fts5_api.xTokenize() request made by an auxiliary
13121 ** passed as the second argument to xTokenize(). The third and fourth
13135 ** the tokenization should be abandoned and the xTokenize() method should
13137 ** input buffer is exhausted, xTokenize() should return SQLITE_OK. Finally,
13138 ** if an error occurs with the xTokenize() implementation itself, it
13254 int (*xTokenize)(Fts5Tokenizer*, member in struct:fts5_tokenizer
13259 void *pCtx, /* Copy of 2nd argument to xTokenize() */
[all...]

Completed in 1228 milliseconds