Searched refs:afl_custom_queue_new_entry (Results 1 – 6 of 6) sorted by relevance
43 if (el->afl_custom_queue_new_entry) { in run_afl_custom_queue_new_entry()45 if (el->afl_custom_queue_new_entry(el->data, fname, mother_fname)) { in run_afl_custom_queue_new_entry()413 mutator->afl_custom_queue_new_entry = dlsym(dh, "afl_custom_queue_new_entry"); in load_custom_mutator()414 if (!mutator->afl_custom_queue_new_entry) { in load_custom_mutator()
488 mutator->afl_custom_queue_new_entry = queue_new_entry_py; in load_custom_mutator_py()
1096 u8 (*afl_custom_queue_new_entry)(void *data, const u8 *filename_new_queue, member
62 u8 afl_custom_queue_new_entry(void *data, const unsigned char *filename_new_queue, const unsigned i…
415 - fix afl_custom_queue_new_entry original file name when syncing