Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dfossildelta.c762 typedef struct deltaparsevtab_cursor deltaparsevtab_cursor; typedef
767 struct deltaparsevtab_cursor { struct
768 sqlite3_vtab_cursor base; /* Base class - must be first */
769 char *aDelta; /* The delta being parsed */
770 int nDelta; /* Number of bytes in the delta */
771 int iCursor; /* Current cursor location */
772 int eOp; /* Name of current operator */
773 unsigned int a1, a2; /* Arguments to current operator */
774 int iNext; /* Next cursor value */