hook_type         120 opal/mca/event/libevent2022/libevent/evrpc.c     enum EVRPC_HOOK_TYPE hook_type,
hook_type         127 opal/mca/event/libevent2022/libevent/evrpc.c 	switch (hook_type) {
hook_type         135 opal/mca/event/libevent2022/libevent/evrpc.c 		EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT);
hook_type         168 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_remove_hook(void *vbase, enum EVRPC_HOOK_TYPE hook_type, void *handle)
hook_type         172 opal/mca/event/libevent2022/libevent/evrpc.c 	switch (hook_type) {
hook_type         180 opal/mca/event/libevent2022/libevent/evrpc.c 		EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT);
hook_type         493 opal/mca/event/libevent2022/libevent/include/event2/rpc.h     enum EVRPC_HOOK_TYPE hook_type,
hook_type         506 opal/mca/event/libevent2022/libevent/include/event2/rpc.h     enum EVRPC_HOOK_TYPE hook_type,
hook_type         400 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 	const char *hook_type = arg;
hook_type         401 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 	if (strcmp("input", hook_type) == 0)
hook_type         402 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 		evhttp_add_header(req->input_headers, "X-Hook", hook_type);
hook_type         404 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 		evhttp_add_header(req->output_headers, "X-Hook", hook_type);