Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/session/
H A Dchangesetfuzz.c299 typedef struct FuzzChange FuzzChange; typedef
330 struct FuzzChange { struct
331 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 */