Home
last modified time | relevance | path

Searched refs:EVRPC_INPUT (Results 1 – 5 of 5) sorted by relevance

/external/libevent/
Devrpc.c109 r = evrpc_remove_hook(base, EVRPC_INPUT, hook); in evrpc_free()
129 case EVRPC_INPUT: in evrpc_add_hook()
136 EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_add_hook()
174 case EVRPC_INPUT: in evrpc_remove_hook()
181 EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_remove_hook()
561 r = evrpc_remove_hook(pool, EVRPC_INPUT, hook); in evrpc_pool_free()
DChangeLog-1.4111 …o Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT. Retain INPUT/OUTPUT aliases on on-win3…
DChangeLog-2.01241 …o Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT. Retain INPUT/OUTPUT aliases on on-win3…
/external/libevent/include/event2/
Drpc.h453 EVRPC_INPUT, /**< apply the function to an input hook */ enumerator
460 #define INPUT EVRPC_INPUT
/external/libevent/test/
Dregress_rpc.c460 assert(evrpc_add_hook(base, EVRPC_INPUT, rpc_hook_add_header, (void*)"input") in rpc_basic_client()
469 assert(evrpc_add_hook(pool, EVRPC_INPUT, rpc_hook_remove_header, (void*)"output")); in rpc_basic_client()
643 assert(evrpc_add_hook(base, EVRPC_INPUT, rpc_hook_pause, base)); in rpc_basic_client_with_pause()
648 assert(evrpc_add_hook(pool, EVRPC_INPUT, rpc_hook_pause, pool)); in rpc_basic_client_with_pause()