Home
last modified time | relevance | path

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

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts3/
H A Dfts3_unicode.c81 typedef struct unicode_cursor unicode_cursor; typedef
90 struct unicode_cursor { struct
91 sqlite3_tokenizer_cursor base;
92 const unsigned char *aInput; /* Input text being tokenized */
93 int nInput; /* Size of aInput[] in bytes */
94 int iOff; /* Current offset within aInput[] */
95 int iToken; /* Index of next token to be returned */
96 char *zToken; /* storage for current token */
97 int nAlloc; /* space allocated at zToken */
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts3/
H A Dfts3_unicode.c81 typedef struct unicode_cursor unicode_cursor; typedef
90 struct unicode_cursor { struct
91 sqlite3_tokenizer_cursor base;
92 const unsigned char *aInput; /* Input text being tokenized */
93 int nInput; /* Size of aInput[] in bytes */
94 int iOff; /* Current offset within aInput[] */
95 int iToken; /* Index of next token to be returned */
96 char *zToken; /* storage for current token */
97 int nAlloc; /* space allocated at zToken */
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts3/
H A Dfts3_unicode.c81 typedef struct unicode_cursor unicode_cursor; typedef
90 struct unicode_cursor { struct
91 sqlite3_tokenizer_cursor base;
92 const unsigned char *aInput; /* Input text being tokenized */
93 int nInput; /* Size of aInput[] in bytes */
94 int iOff; /* Current offset within aInput[] */
95 int iToken; /* Index of next token to be returned */
96 char *zToken; /* storage for current token */
97 int nAlloc; /* space allocated at zToken */
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts3/
H A Dfts3_unicode.c81 typedef struct unicode_cursor unicode_cursor; typedef
90 struct unicode_cursor { struct
91 sqlite3_tokenizer_cursor base;
92 const unsigned char *aInput; /* Input text being tokenized */
93 int nInput; /* Size of aInput[] in bytes */
94 int iOff; /* Current offset within aInput[] */
95 int iToken; /* Index of next token to be returned */
96 char *zToken; /* storage for current token */
97 int nAlloc; /* space allocated at zToken */