OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVRPC_INPUT
(Results
1 - 6
of
6
) sorted by null
/external/chromium/third_party/libevent/
evrpc.c
91
assert(evrpc_remove_hook(base,
EVRPC_INPUT
, hook));
109
case
EVRPC_INPUT
:
116
assert(hook_type ==
EVRPC_INPUT
|| hook_type == EVRPC_OUTPUT);
154
case
EVRPC_INPUT
:
161
assert(hook_type ==
EVRPC_INPUT
|| hook_type == EVRPC_OUTPUT);
427
assert(evrpc_remove_hook(pool,
EVRPC_INPUT
, hook));
evrpc.h
439
EVRPC_INPUT
, /**< apply the function to an input hook */
444
/** Deprecated alias for
EVRPC_INPUT
. Not available on windows, where it
446
#define INPUT
EVRPC_INPUT
/external/chromium_org/third_party/libevent/
evrpc.c
91
assert(evrpc_remove_hook(base,
EVRPC_INPUT
, hook));
109
case
EVRPC_INPUT
:
116
assert(hook_type ==
EVRPC_INPUT
|| hook_type == EVRPC_OUTPUT);
154
case
EVRPC_INPUT
:
161
assert(hook_type ==
EVRPC_INPUT
|| hook_type == EVRPC_OUTPUT);
427
assert(evrpc_remove_hook(pool,
EVRPC_INPUT
, hook));
evrpc.h
439
EVRPC_INPUT
, /**< apply the function to an input hook */
444
/** Deprecated alias for
EVRPC_INPUT
. Not available on windows, where it
446
#define INPUT
EVRPC_INPUT
/external/chromium/third_party/libevent/test/
regress_rpc.c
453
assert(evrpc_add_hook(base,
EVRPC_INPUT
, rpc_hook_add_header, (void*)"input")
460
assert(evrpc_add_hook(pool,
EVRPC_INPUT
, rpc_hook_remove_header, (void*)"output"));
/external/chromium_org/third_party/libevent/test/
regress_rpc.c
453
assert(evrpc_add_hook(base,
EVRPC_INPUT
, rpc_hook_add_header, (void*)"input")
460
assert(evrpc_add_hook(pool,
EVRPC_INPUT
, rpc_hook_remove_header, (void*)"output"));
Completed in 116 milliseconds