HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_tokenizer_module (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/makemandb/
custom_apropos_tokenizer.h 36 void get_custom_apropos_tokenizer(sqlite3_tokenizer_module const **);
fts3_tokenizer.h 10 ** 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 */
custom_apropos_tokenizer.c 739 static const sqlite3_tokenizer_module aproposPorterTokenizerModule = {
754 get_custom_apropos_tokenizer(sqlite3_tokenizer_module const ** ppModule)
apropos-utils.c 89 const sqlite3_tokenizer_module *p;

Completed in 17 milliseconds