Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/session/
H A Dchangesetfuzz.c298 typedef struct FuzzChangesetGroup FuzzChangesetGroup; typedef
318 struct FuzzChangesetGroup { struct
319 const char *zTab; /* Name of table */
320 int nCol; /* Number of columns in table */
321 u8 *aPK; /* PK array for this table */
322 u8 *aChange; /* Buffer containing array of changes */
323 int szChange; /* Size of buffer aChange[] in bytes */
324 int nChange; /* Number of changes in buffer aChange[] */