Home
last modified time | relevance | path

Searched refs:nyx_config_set_process_role (Results 1 – 2 of 2) sorted by relevance

/external/AFLplusplus/src/
Dafl-forkserver.c89 plugin->nyx_config_set_process_role = in afl_load_libnyx_plugin()
91 if (plugin->nyx_config_set_process_role == NULL) { goto fail; } in afl_load_libnyx_plugin()
600 fsrv->nyx_handlers->nyx_config_set_process_role(nyx_config, StandAlone); in afl_fsrv_start()
606 fsrv->nyx_handlers->nyx_config_set_process_role(nyx_config, Parent); in afl_fsrv_start()
610 fsrv->nyx_handlers->nyx_config_set_process_role(nyx_config, Child); in afl_fsrv_start()
/external/AFLplusplus/include/
Dforkserver.h71 void (*nyx_config_set_process_role)(void *config, enum NyxProcessRole role); member