Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Damatch.c173 typedef struct amatch_cursor amatch_cursor; typedef
512 struct amatch_cursor { struct
513 sqlite3_vtab_cursor base; /* Base class - must be first */
514 sqlite3_int64 iRowid; /* The rowid of the current word */
515 amatch_langid iLang; /* Use this language ID */
516 amatch_cost rLimit; /* Maximum cost of any term */
517 int nBuf; /* Space allocated for zBuf */
518 int oomErr; /* True following an OOM error */
520 char *zBuf; /* Temp-use buffer space */
521 char *zInput; /* Input word to match against */
[all …]