Home
last modified time | relevance | path

Searched refs:sqlite3_tokenizer_cursor (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/usr.sbin/makemandb/
Dfts3_tokenizer.h50 typedef struct sqlite3_tokenizer_cursor sqlite3_tokenizer_cursor; typedef
96 sqlite3_tokenizer_cursor **ppCursor /* OUT: Created tokenizer cursor */
103 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
130 sqlite3_tokenizer_cursor *pCursor, /* Tokenizer cursor */
144 int (*xLanguageid)(sqlite3_tokenizer_cursor *pCsr, int iLangid);
152 struct sqlite3_tokenizer_cursor { struct
Dcustom_apropos_tokenizer.c48 sqlite3_tokenizer_cursor base;
92 sqlite3_tokenizer_cursor ** ppCursor /* OUT: Tokenization cursor */ in aproposPorterOpen()
118 aproposPorterClose(sqlite3_tokenizer_cursor *pCursor) in aproposPorterClose()
684 sqlite3_tokenizer_cursor *pCursor, /* Cursor returned by aproposPorterOpen */ in aproposPorterNext()
/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.c183978 typedef struct sqlite3_tokenizer_cursor sqlite3_tokenizer_cursor;
184024 sqlite3_tokenizer_cursor **ppCursor /* OUT: Created tokenizer cursor */
184031 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);
184058 sqlite3_tokenizer_cursor *pCursor, /* Tokenizer cursor */
184072 int (*xLanguageid)(sqlite3_tokenizer_cursor *pCsr, int iLangid);
184080 struct sqlite3_tokenizer_cursor {
184791 sqlite3_tokenizer_cursor **
191420 sqlite3_tokenizer_cursor **ppCsr
191423 sqlite3_tokenizer_cursor *pCsr = 0;
191470 sqlite3_tokenizer_cursor *pCursor;
[all …]