Searched refs:sqlite3_tokenizer_cursor (Results 1 – 1 of 1) sorted by relevance
193046 typedef struct sqlite3_tokenizer_cursor sqlite3_tokenizer_cursor; typedef193092 sqlite3_tokenizer_cursor **ppCursor /* OUT: Created tokenizer cursor */193099 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);193126 sqlite3_tokenizer_cursor *pCursor, /* Tokenizer cursor */193140 int (*xLanguageid)(sqlite3_tokenizer_cursor *pCsr, int iLangid);193148 struct sqlite3_tokenizer_cursor { struct193887 sqlite3_tokenizer_cursor **200533 sqlite3_tokenizer_cursor **ppCsr200536 sqlite3_tokenizer_cursor *pCsr = 0;200600 sqlite3_tokenizer_cursor *pCursor;[all …]