Home
last modified time | relevance | path

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

/external/libevent/
Devrpc.c120 enum EVRPC_HOOK_TYPE hook_type, in evrpc_add_hook() argument
127 switch (hook_type) { in evrpc_add_hook()
135 EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_add_hook()
168 evrpc_remove_hook(void *vbase, enum EVRPC_HOOK_TYPE hook_type, void *handle) in evrpc_remove_hook() argument
172 switch (hook_type) { in evrpc_remove_hook()
180 EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_remove_hook()
/external/libevent/include/event2/
Drpc.h493 enum EVRPC_HOOK_TYPE hook_type,
506 enum EVRPC_HOOK_TYPE hook_type,