Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c193046 typedef struct sqlite3_tokenizer_cursor sqlite3_tokenizer_cursor; typedef
193092 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 { struct
193887 sqlite3_tokenizer_cursor **
200533 sqlite3_tokenizer_cursor **ppCsr
200536 sqlite3_tokenizer_cursor *pCsr = 0;
200600 sqlite3_tokenizer_cursor *pCursor;
[all …]