Searched refs:persistent_buff (Results 1 – 1 of 1) sorted by relevance
61 #define AFL_INIT_ARGV_PERSISTENT(persistent_buff) \ argument64 argv = afl_init_argv_persistent(&argc, persistent_buff); \68 #define AFL_INIT_SET0_PERSISTENT(_p, persistent_buff) \ argument71 argv = afl_init_argv_persistent(&argc, persistent_buff); \112 unsigned char *persistent_buff) { in afl_init_argv_persistent() argument116 unsigned char *ptr = persistent_buff; in afl_init_argv_persistent()