Home
last modified time | relevance | path

Searched defs:unicode_cursor (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c212024 typedef struct unicode_cursor unicode_cursor; typedef
212033 struct unicode_cursor { struct
212034 sqlite3_tokenizer_cursor base;
212035 const unsigned char *aInput; /* Input text being tokenized */
212036 int nInput; /* Size of aInput[] in bytes */
212037 int iOff; /* Current offset within aInput[] */
212038 int iToken; /* Index of next token to be returned */
212039 char *zToken; /* storage for current token */
212040 int nAlloc; /* space allocated at zToken */