Searched refs:hook_type (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | evrpc.c | 125 enum EVRPC_HOOK_TYPE hook_type, in evrpc_add_hook() argument 132 switch (hook_type) { in evrpc_add_hook() 140 EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_add_hook() 173 evrpc_remove_hook(void *vbase, enum EVRPC_HOOK_TYPE hook_type, void *handle) in evrpc_remove_hook() argument 177 switch (hook_type) { in evrpc_remove_hook() 185 EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT); in evrpc_remove_hook()
|
| /netbsd-src/external/bsd/libevent/dist/test/ |
| H A D | regress_rpc.c | 403 const char *hook_type = arg; in rpc_hook_add_header() local 404 if (strcmp("input", hook_type) == 0) in rpc_hook_add_header() 405 evhttp_add_header(req->input_headers, "X-Hook", hook_type); in rpc_hook_add_header() 407 evhttp_add_header(req->output_headers, "X-Hook", hook_type); in rpc_hook_add_header()
|
| /netbsd-src/external/bsd/libevent/dist/include/event2/ |
| H A D | rpc.h | 516 enum EVRPC_HOOK_TYPE hook_type, 530 enum EVRPC_HOOK_TYPE hook_type,
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2014 | 5741 * corefile.c (hook_type, call_extra_exec_file_hooks)
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2014 | 5741 * corefile.c (hook_type, call_extra_exec_file_hooks)
|