Home
last modified time | relevance | path

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

/dports/databases/sqlite3/sqlite-src-3350500/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 …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/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 …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/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 …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/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 …]