Searched refs:afl_fsrv_write_to_testcase (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/AFLplusplus/include/ |
H A D | forkserver.h | 226 void afl_fsrv_write_to_testcase(afl_forkserver_t *fsrv, u8 *buf, size_t len);
|
/aosp_15_r20/external/AFLplusplus/src/ |
H A D | afl-fuzz-run.c | 186 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 D | afl-showmap.c | 408 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 D | afl-analyze.c | 208 afl_fsrv_write_to_testcase(&fsrv, mem, len); in analyze_run_target()
|
H A D | afl-tmin.c | 265 afl_fsrv_write_to_testcase(fsrv, mem, len); in tmin_run_target()
|
H A D | afl-forkserver.c | 1476 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 D | afl-network-server.c | 128 afl_fsrv_write_to_testcase(fsrv, mem, len); in run_target()
|