Searched refs:sqlite3_tokenizer_cursor (Results 1 – 3 of 3) sorted by relevance
50 typedef struct sqlite3_tokenizer_cursor sqlite3_tokenizer_cursor; typedef96 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
48 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()
183978 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 **ppCsr191423 sqlite3_tokenizer_cursor *pCsr = 0;191470 sqlite3_tokenizer_cursor *pCursor;[all …]