Searched refs:EVRPC_INPUT (Results 1 – 4 of 4) sorted by relevance
/external/chromium/third_party/libevent/ |
D | evrpc.c | 91 assert(evrpc_remove_hook(base, EVRPC_INPUT, hook)); in evrpc_free() 109 case EVRPC_INPUT: in evrpc_add_hook() 116 assert(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_add_hook() 154 case EVRPC_INPUT: in evrpc_remove_hook() 161 assert(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_remove_hook() 427 assert(evrpc_remove_hook(pool, EVRPC_INPUT, hook)); in evrpc_pool_free()
|
D | evrpc.h | 439 EVRPC_INPUT, /**< apply the function to an input hook */ enumerator 446 #define INPUT EVRPC_INPUT
|
D | ChangeLog | 81 …o Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT. Retain INPUT/OUTPUT aliases on on-win3…
|
/external/chromium/third_party/libevent/test/ |
D | regress_rpc.c | 453 assert(evrpc_add_hook(base, EVRPC_INPUT, rpc_hook_add_header, (void*)"input") in rpc_basic_client() 460 assert(evrpc_add_hook(pool, EVRPC_INPUT, rpc_hook_remove_header, (void*)"output")); in rpc_basic_client()
|