Home
last modified time | relevance | path

Searched refs:EVRPC_OUTPUT (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/libevent/
Devrpc.c94 assert(evrpc_remove_hook(base, EVRPC_OUTPUT, hook)); in evrpc_free()
112 case EVRPC_OUTPUT: in evrpc_add_hook()
116 assert(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_add_hook()
157 case EVRPC_OUTPUT: in evrpc_remove_hook()
161 assert(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_remove_hook()
431 assert(evrpc_remove_hook(pool, EVRPC_OUTPUT, hook)); in evrpc_pool_free()
Devrpc.h440 EVRPC_OUTPUT /**< apply the function to an output hook */ enumerator
449 #define OUTPUT EVRPC_OUTPUT
DChangeLog81 …o Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT. Retain INPUT/OUTPUT aliases on on-win3…
/external/chromium/third_party/libevent/test/
Dregress_rpc.c455 assert(evrpc_add_hook(base, EVRPC_OUTPUT, rpc_hook_add_header, (void*)"output") in rpc_basic_client()