Searched refs:sqlite3_tokenizer_cursor (Results 1 – 1 of 1) sorted by relevance
193343 typedef struct sqlite3_tokenizer_cursor sqlite3_tokenizer_cursor; typedef193389 sqlite3_tokenizer_cursor **ppCursor /* OUT: Created tokenizer cursor */193396 int (*xClose)(sqlite3_tokenizer_cursor *pCursor);193423 sqlite3_tokenizer_cursor *pCursor, /* Tokenizer cursor */193437 int (*xLanguageid)(sqlite3_tokenizer_cursor *pCsr, int iLangid);193445 struct sqlite3_tokenizer_cursor { struct194184 sqlite3_tokenizer_cursor **200846 sqlite3_tokenizer_cursor **ppCsr200849 sqlite3_tokenizer_cursor *pCsr = 0;200913 sqlite3_tokenizer_cursor *pCursor;[all …]