Searched refs:EVRPC_INPUT (Results 1 – 3 of 3) sorted by relevance
108 r = evrpc_remove_hook(base, EVRPC_INPUT, hook); in evrpc_free()128 case EVRPC_INPUT: in evrpc_add_hook()135 EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_add_hook()173 case EVRPC_INPUT: in evrpc_remove_hook()180 EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_remove_hook()564 r = evrpc_remove_hook(pool, EVRPC_INPUT, hook); in evrpc_pool_free()
1305 …o Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT. Retain INPUT/OUTPUT aliases on on-win3…
453 EVRPC_INPUT, /**< apply the function to an input hook */ enumerator460 #define INPUT EVRPC_INPUT