Searched refs:sqlite3_tokenizer_module (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/usr.sbin/makemandb/
H A Dcustom_apropos_tokenizer.h36 void get_custom_apropos_tokenizer(sqlite3_tokenizer_module const **);
H A Dfts3_tokenizer.h10 ** sqlite3_tokenizer_module is a singleton defining the tokenizer
32 ** an sqlite3_tokenizer_module containing pointers to the callback
37 ** sqlite3_tokenizer_module.xCreate() function of the requested tokenizer
42 ** To tokenize an input buffer, the sqlite3_tokenizer_module.xOpen()
48 typedef struct sqlite3_tokenizer_module sqlite3_tokenizer_module; typedef in typeref:struct:sqlite3_tokenizer_module
52 struct sqlite3_tokenizer_module { struct
148 const sqlite3_tokenizer_module *pModule; /* The module for this tokenizer */
H A Dcustom_apropos_tokenizer.c739 static const sqlite3_tokenizer_module aproposPorterTokenizerModule = {
754 get_custom_apropos_tokenizer(sqlite3_tokenizer_module const ** ppModule)
H A Dapropos-utils.c89 const sqlite3_tokenizer_module *p;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c183976 typedef struct sqlite3_tokenizer_module sqlite3_tokenizer_module; typedef in typeref:struct:sqlite3_tokenizer_module
183980 struct sqlite3_tokenizer_module { struct
[all...]

Completed in 481 milliseconds