Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dprefixes.c43 typedef struct prefixes_cursor prefixes_cursor; typedef
44 struct prefixes_cursor { struct
45 sqlite3_vtab_cursor base; /* Base class - must be first */
46 sqlite3_int64 iRowid; /* The rowid */
47 char *zStr; /* Original string to be prefixed */
48 int nStr; /* Length of the string in bytes */