Searched refs:__afl_next_testcase (Results 1 – 3 of 3) sorted by relevance
185 static u32 __afl_next_testcase(u8 *buf, u32 max_len) { in __afl_next_testcase() function226 while ((len = __afl_next_testcase(buf, sizeof(buf))) > 0) { in main()
182 static u32 __afl_next_testcase(u8 *buf, u32 max_len) { in __afl_next_testcase() function322 while ((*lenptr = __afl_next_testcase(buf + 4, max_len)) > 0) { in main()
449 inline static u32 __afl_next_testcase(u8 *buf, u32 max_len) { in __afl_next_testcase() function781 while ((len = __afl_next_testcase(buf, sizeof(buf))) > 0) {