Searched defs:prefixes_cursor (Results 1 – 1 of 1) sorted by relevance
43 typedef struct prefixes_cursor prefixes_cursor; typedef44 struct prefixes_cursor { struct45 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 */