Searched refs:EVRPC_INPUT (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/libevent/include/event2/
H A Drpc.h453 EVRPC_INPUT, /**< apply the function to an input hook */ enumerator in enum:EVRPC_HOOK_TYPE
458 /** Deprecated alias for EVRPC_INPUT. Not available on windows, where it
460 #define INPUT EVRPC_INPUT
/freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/
H A Drpc.h453 EVRPC_INPUT, /**< apply the function to an input hook */ enumerator in enum:EVRPC_HOOK_TYPE
458 /** Deprecated alias for EVRPC_INPUT. Not available on windows, where it
460 #define INPUT EVRPC_INPUT
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_rpc.c460 assert(evrpc_add_hook(base, EVRPC_INPUT, rpc_hook_add_header, (void*)"input")
469 assert(evrpc_add_hook(pool, EVRPC_INPUT, rpc_hook_remove_header, (void*)"output"));
643 assert(evrpc_add_hook(base, EVRPC_INPUT, rpc_hook_pause, base));
648 assert(evrpc_add_hook(pool, EVRPC_INPUT, rpc_hook_pause, pool));
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c460 assert(evrpc_add_hook(base, EVRPC_INPUT, rpc_hook_add_header, (void*)"input")
469 assert(evrpc_add_hook(pool, EVRPC_INPUT, rpc_hook_remove_header, (void*)"output"));
643 assert(evrpc_add_hook(base, EVRPC_INPUT, rpc_hook_pause, base));
648 assert(evrpc_add_hook(pool, EVRPC_INPUT, rpc_hook_pause, pool));
/freebsd-13-stable/contrib/libevent/
H A Devrpc.c109 r = evrpc_remove_hook(base, EVRPC_INPUT, hook);
129 case EVRPC_INPUT:
136 EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT);
174 case EVRPC_INPUT:
181 EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT);
561 r = evrpc_remove_hook(pool, EVRPC_INPUT, hook);
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devrpc.c109 r = evrpc_remove_hook(base, EVRPC_INPUT, hook);
129 case EVRPC_INPUT:
136 EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT);
174 case EVRPC_INPUT:
181 EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT);
561 r = evrpc_remove_hook(pool, EVRPC_INPUT, hook);

Completed in 124 milliseconds