Home
last modified time | relevance | path

Searched refs:__afl_next_testcase (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/AFLplusplus/utils/afl_proxy/
H A Dafl-proxy.c185 static u32 __afl_next_testcase(u8 *buf, u32 max_len) { in __afl_next_testcase() function
226 while ((len = __afl_next_testcase(buf, sizeof(buf))) > 0) { in main()
/aosp_15_r20/external/AFLplusplus/utils/afl_network_proxy/
H A Dafl-network-client.c182 static u32 __afl_next_testcase(u8 *buf, u32 max_len) { in __afl_next_testcase() function
322 while ((*lenptr = __afl_next_testcase(buf + 4, max_len)) > 0) { in main()
/aosp_15_r20/external/AFLplusplus/utils/afl_untracer/
H A Dafl-untracer.c449 inline static u32 __afl_next_testcase(u8 *buf, u32 max_len) { in __afl_next_testcase() function
781 while ((len = __afl_next_testcase(buf, sizeof(buf))) > 0) {