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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d2053 ) xTokenize;
2087 ) xTokenize;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h12866 ** xTokenize:
13045 int (*xTokenize)(Fts5Context*, member in struct:Fts5ExtensionApi
13117 ** xTokenize:
13142 ** satisfy an fts5_api.xTokenize() request made by an auxiliary
13149 ** passed as the second argument to xTokenize(). The third and fourth
13163 ** the tokenization should be abandoned and the xTokenize() method should
13165 ** input buffer is exhausted, xTokenize() should return SQLITE_OK. Finally,
13166 ** if an error occurs with the xTokenize() implementation itself, it
13282 int (*xTokenize)(Fts5Tokenizer*, member in struct:fts5_tokenizer
13287 void *pCtx, /* Copy of 2nd argument to xTokenize() */
[all...]
H A Dsqlite3.c13179 ** xTokenize:
13358 int (*xTokenize)(Fts5Context*, member in struct:Fts5ExtensionApi
13430 ** xTokenize:
13455 ** satisfy an fts5_api.xTokenize() request made by an auxiliary
13462 ** passed as the second argument to xTokenize(). The third and fourth
13476 ** the tokenization should be abandoned and the xTokenize() method should
13478 ** input buffer is exhausted, xTokenize() should return SQLITE_OK. Finally,
13479 ** if an error occurs with the xTokenize() implementation itself, it
13595 int (*xTokenize)(Fts5Tokenizer*, member in struct:fts5_tokenizer
13600 void *pCtx, /* Copy of 2nd argument to xTokenize() */
[all...]

Completed in 572 milliseconds