Home
last modified time | relevance | path

Searched refs:afl_fsrv_write_to_testcase (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/AFLplusplus/include/
H A Dforkserver.h226 void afl_fsrv_write_to_testcase(afl_forkserver_t *fsrv, u8 *buf, size_t len);
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-run.c186 afl_fsrv_write_to_testcase(&afl->fsrv, *mem, new_size); in write_to_testcase()
215 afl_fsrv_write_to_testcase(&afl->fsrv, *mem, len); in write_to_testcase()
H A Dafl-showmap.c408 if (likely(!sent)) { afl_fsrv_write_to_testcase(fsrv, mem, len); } in pre_afl_fsrv_write_to_testcase()
542 afl_fsrv_write_to_testcase(fsrv, NULL, 0); in showmap_run_target_nyx_mode()
H A Dafl-analyze.c208 afl_fsrv_write_to_testcase(&fsrv, mem, len); in analyze_run_target()
H A Dafl-tmin.c265 afl_fsrv_write_to_testcase(fsrv, mem, len); in tmin_run_target()
H A Dafl-forkserver.c1476 afl_fsrv_write_to_testcase(afl_forkserver_t *fsrv, u8 *buf, size_t len) { in afl_fsrv_write_to_testcase() function
/aosp_15_r20/external/AFLplusplus/utils/afl_network_proxy/
H A Dafl-network-server.c128 afl_fsrv_write_to_testcase(fsrv, mem, len); in run_target()