Searched refs:dOptions (Results 1 – 1 of 1) sorted by relevance
420 LZ4F_decompressOptions_t dOptions = { 0 }; in fuzzerTests() local498 dOptions.stableDst = FUZ_rand(&randState) & 1; in fuzzerTests()499 if (nonContiguousDst==2) dOptions.stableDst = 0; in fuzzerTests()501 result = LZ4F_decompress(dCtx, op, &oSize, ip, &iSize, &dOptions); in fuzzerTests()