Searched defs:FuzzChangesetGroup (Results 1 – 1 of 1) sorted by relevance
298 typedef struct FuzzChangesetGroup FuzzChangesetGroup; typedef318 struct FuzzChangesetGroup { struct319 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[] */