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

/external/chromium/third_party/libevent/
H A Devrpc.c94 assert(evrpc_remove_hook(base, EVRPC_OUTPUT, hook));
112 case EVRPC_OUTPUT:
116 assert(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT);
157 case EVRPC_OUTPUT:
161 assert(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT);
431 assert(evrpc_remove_hook(pool, EVRPC_OUTPUT, hook));
H A Devrpc.h440 EVRPC_OUTPUT /**< apply the function to an output hook */ enumerator in enum:EVRPC_HOOK_TYPE
447 /** Deprecated alias for EVRPC_OUTPUT. Not available on windows, where it
449 #define OUTPUT EVRPC_OUTPUT
/external/chromium_org/third_party/libevent/
H A Devrpc.c94 assert(evrpc_remove_hook(base, EVRPC_OUTPUT, hook));
112 case EVRPC_OUTPUT:
116 assert(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT);
157 case EVRPC_OUTPUT:
161 assert(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT);
431 assert(evrpc_remove_hook(pool, EVRPC_OUTPUT, hook));
H A Devrpc.h440 EVRPC_OUTPUT /**< apply the function to an output hook */ enumerator in enum:EVRPC_HOOK_TYPE
447 /** Deprecated alias for EVRPC_OUTPUT. Not available on windows, where it
449 #define OUTPUT EVRPC_OUTPUT
/external/chromium/third_party/libevent/test/
H A Dregress_rpc.c455 assert(evrpc_add_hook(base, EVRPC_OUTPUT, rpc_hook_add_header, (void*)"output")
/external/chromium_org/third_party/libevent/test/
H A Dregress_rpc.c455 assert(evrpc_add_hook(base, EVRPC_OUTPUT, rpc_hook_add_header, (void*)"output")

Completed in 273 milliseconds