Searched refs:current_custom_fuzz (Results 1 – 3 of 3) sorted by relevance
326 if (afl->current_custom_fuzz && in describe_op()327 afl->current_custom_fuzz->afl_custom_describe) { in describe_op()341 afl->current_custom_fuzz->afl_custom_describe( in describe_op()342 afl->current_custom_fuzz->data, size_left); in describe_op()561 if (afl->custom_mutators_count && afl->current_custom_fuzz) { in save_if_interesting()565 if (afl->current_custom_fuzz == el && el->afl_custom_introspection) { in save_if_interesting()663 if (afl->custom_mutators_count && afl->current_custom_fuzz) { in save_if_interesting()667 if (afl->current_custom_fuzz == el && el->afl_custom_introspection) { in save_if_interesting()808 if (afl->custom_mutators_count && afl->current_custom_fuzz) { in save_if_interesting()812 if (afl->current_custom_fuzz == el && el->afl_custom_introspection) { in save_if_interesting()
1859 afl->current_custom_fuzz = el; in fuzz_one_original()1964 afl->current_custom_fuzz = NULL; in fuzz_one_original()
792 struct custom_mutator *current_custom_fuzz; member