Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/
H A 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()
562 r = evrpc_remove_hook(pool, EVRPC_INPUT, hook); in evrpc_pool_free()
H A DChangeLog-1.4111 …o Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT. Retain INPUT/OUTPUT aliases on on-win3…
H A DChangeLog-2.01241 …o Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT. Retain INPUT/OUTPUT aliases on on-win3…
/freebsd/contrib/libevent/
H A 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()
562 r = evrpc_remove_hook(pool, EVRPC_INPUT, hook); in evrpc_pool_free()
H A DChangeLog-1.4111 …o Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT. Retain INPUT/OUTPUT aliases on on-win3…
H A DChangeLog-2.01241 …o Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT. Retain INPUT/OUTPUT aliases on on-win3…
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Drpc.h473 EVRPC_INPUT, /**< apply the function to an input hook */ enumerator
480 #define INPUT EVRPC_INPUT
/freebsd/contrib/libevent/include/event2/
H A Drpc.h473 EVRPC_INPUT, /**< apply the function to an input hook */ enumerator
480 #define INPUT EVRPC_INPUT
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c459 assert(evrpc_add_hook(base, EVRPC_INPUT, rpc_hook_add_header, (void*)"input") in rpc_basic_client()
468 assert(evrpc_add_hook(pool, EVRPC_INPUT, rpc_hook_remove_header, (void*)"output")); in rpc_basic_client()
642 assert(evrpc_add_hook(base, EVRPC_INPUT, rpc_hook_pause, base)); in rpc_basic_client_with_pause()
647 assert(evrpc_add_hook(pool, EVRPC_INPUT, rpc_hook_pause, pool)); in rpc_basic_client_with_pause()
/freebsd/contrib/libevent/test/
H A Dregress_rpc.c459 assert(evrpc_add_hook(base, EVRPC_INPUT, rpc_hook_add_header, (void*)"input") in rpc_basic_client()
468 assert(evrpc_add_hook(pool, EVRPC_INPUT, rpc_hook_remove_header, (void*)"output")); in rpc_basic_client()
642 assert(evrpc_add_hook(base, EVRPC_INPUT, rpc_hook_pause, base)); in rpc_basic_client_with_pause()
647 assert(evrpc_add_hook(pool, EVRPC_INPUT, rpc_hook_pause, pool)); in rpc_basic_client_with_pause()