Home
last modified time | relevance | path

Searched refs:hook_type (Results 1 – 3 of 3) sorted by relevance

/external/chromium/third_party/libevent/
Devrpc.c101 enum EVRPC_HOOK_TYPE hook_type, in evrpc_add_hook() argument
108 switch (hook_type) { in evrpc_add_hook()
116 assert(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_add_hook()
149 evrpc_remove_hook(void *vbase, enum EVRPC_HOOK_TYPE hook_type, void *handle) in evrpc_remove_hook() argument
153 switch (hook_type) { in evrpc_remove_hook()
161 assert(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_remove_hook()
Devrpc.h466 enum EVRPC_HOOK_TYPE hook_type,
479 enum EVRPC_HOOK_TYPE hook_type,
/external/chromium/third_party/libevent/test/
Dregress_rpc.c415 const char *hook_type = arg; in rpc_hook_add_header() local
416 if (strcmp("input", hook_type) == 0) in rpc_hook_add_header()
417 evhttp_add_header(req->input_headers, "X-Hook", hook_type); in rpc_hook_add_header()
419 evhttp_add_header(req->output_headers, "X-Hook", hook_type); in rpc_hook_add_header()