Searched refs:EVRPC_OUTPUT (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/ntp/sntp/libevent/ |
| H A D | evrpc.c | 113 r = evrpc_remove_hook(base, EVRPC_OUTPUT, hook); in evrpc_free() 132 case EVRPC_OUTPUT: in evrpc_add_hook() 136 EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_add_hook() 177 case EVRPC_OUTPUT: in evrpc_remove_hook() 181 EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_remove_hook() 567 r = evrpc_remove_hook(pool, EVRPC_OUTPUT, hook); in evrpc_pool_free()
|
| H A D | ChangeLog-1.4 | 111 …o Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT. Retain INPUT/OUTPUT aliases on on-win3…
|
| H A D | ChangeLog-2.0 | 1241 …o Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT. Retain INPUT/OUTPUT aliases on on-win3…
|
| /src/contrib/libevent/ |
| H A D | evrpc.c | 113 r = evrpc_remove_hook(base, EVRPC_OUTPUT, hook); in evrpc_free() 132 case EVRPC_OUTPUT: in evrpc_add_hook() 136 EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_add_hook() 177 case EVRPC_OUTPUT: in evrpc_remove_hook() 181 EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_remove_hook() 567 r = evrpc_remove_hook(pool, EVRPC_OUTPUT, hook); in evrpc_pool_free()
|
| H A D | ChangeLog-1.4 | 111 …o Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT. Retain INPUT/OUTPUT aliases on on-win3…
|
| H A D | ChangeLog-2.0 | 1241 …o Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT. Retain INPUT/OUTPUT aliases on on-win3…
|
| /src/contrib/libevent/include/event2/ |
| H A D | rpc.h | 474 EVRPC_OUTPUT /**< apply the function to an output hook */ enumerator 483 #define OUTPUT EVRPC_OUTPUT
|
| /src/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | rpc.h | 474 EVRPC_OUTPUT /**< apply the function to an output hook */ enumerator 483 #define OUTPUT EVRPC_OUTPUT
|
| /src/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_rpc.c | 461 assert(evrpc_add_hook(base, EVRPC_OUTPUT, rpc_hook_add_header, (void*)"output") in rpc_basic_client() 467 assert(evrpc_add_hook(pool, EVRPC_OUTPUT, rpc_hook_add_meta, NULL)); in rpc_basic_client() 643 assert(evrpc_add_hook(base, EVRPC_OUTPUT, rpc_hook_pause, base)); in rpc_basic_client_with_pause() 648 assert(evrpc_add_hook(pool, EVRPC_OUTPUT, rpc_hook_pause, pool)); in rpc_basic_client_with_pause()
|
| /src/contrib/libevent/test/ |
| H A D | regress_rpc.c | 461 assert(evrpc_add_hook(base, EVRPC_OUTPUT, rpc_hook_add_header, (void*)"output") in rpc_basic_client() 467 assert(evrpc_add_hook(pool, EVRPC_OUTPUT, rpc_hook_add_meta, NULL)); in rpc_basic_client() 643 assert(evrpc_add_hook(base, EVRPC_OUTPUT, rpc_hook_pause, base)); in rpc_basic_client_with_pause() 648 assert(evrpc_add_hook(pool, EVRPC_OUTPUT, rpc_hook_pause, pool)); in rpc_basic_client_with_pause()
|