Searched defs:FuzzChange (Results 1 – 1 of 1) sorted by relevance
299 typedef struct FuzzChange FuzzChange; typedef330 struct FuzzChange { struct331 int eType; /* One of the FUZZ_* constants above */332 int iChange; /* Change or UPDATE to modify */333 int iGroup; /* Group to modify */334 int iDelete; /* Field to remove (FUZZ_COLUMN_DEL) */335 u8 *pSub1; /* Replace this value with pSub2 */336 u8 *pSub2; /* And this one with pSub1 */337 u8 aSub[128]; /* Buffer for substitute value */338 int iCurrent; /* Current change number */