Home
last modified time | relevance | path

Searched refs:input_setSize (Results 1 – 4 of 4) sorted by relevance

/external/honggfuzz/
Dinput.c55 void input_setSize(run_t* run, size_t sz) { in input_setSize() function
334 input_setSize(run, run->dynfileqCurrent->size); in input_prepareDynamicInput()
348 input_setSize(run, run->global->mutate.maxFileSz); in input_prepareStaticFile()
355 input_setSize(run, fileSz); in input_prepareStaticFile()
383 input_setSize(run, run->global->mutate.maxFileSz); in input_prepareExternalFile()
390 input_setSize(run, (size_t)sz); in input_prepareExternalFile()
415 input_setSize(run, run->global->mutate.maxFileSz); in input_postProcessFile()
422 input_setSize(run, (size_t)sz); in input_postProcessFile()
Dmangle.c80 input_setSize(run, run->dynamicFileSz + len); in mangle_Inflate()
833 input_setSize(run, sz); in mangle_Resize()
852 input_setSize(run, run->dynamicFileSz - len); in mangle_Shrink()
933 input_setSize(run, 1UL); in mangle_mangleContent()
Dinput.h29 extern void input_setSize(run_t* run, size_t sz);
Dfuzz.c489 input_setSize(&run, run.global->mutate.maxFileSz); in fuzz_threadNew()