Searched refs:input_setSize (Results 1 – 4 of 4) sorted by relevance
/external/honggfuzz/ |
D | input.c | 55 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()
|
D | mangle.c | 80 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()
|
D | input.h | 29 extern void input_setSize(run_t* run, size_t sz);
|
D | fuzz.c | 489 input_setSize(&run, run.global->mutate.maxFileSz); in fuzz_threadNew()
|