HomeSort by relevance Sort by last modified time
    Searched refs:hook_type (Results 1 - 3 of 3) sorted by null

  /external/libevent/
evrpc.c 121 enum EVRPC_HOOK_TYPE hook_type,
128 switch (hook_type) {
136 EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT);
169 evrpc_remove_hook(void *vbase, enum EVRPC_HOOK_TYPE hook_type, void *handle)
173 switch (hook_type) {
181 EVUTIL_ASSERT(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT);
  /external/libevent/include/event2/
rpc.h 486 * @param hook_type either INPUT or OUTPUT
493 enum EVRPC_HOOK_TYPE hook_type,
500 * @param hook_type either INPUT or OUTPUT
506 enum EVRPC_HOOK_TYPE hook_type,
  /external/libevent/test/
regress_rpc.c 400 const char *hook_type = arg; local
401 if (strcmp("input", hook_type) == 0)
402 evhttp_add_header(req->input_headers, "X-Hook", hook_type);
404 evhttp_add_header(req->output_headers, "X-Hook", hook_type);

Completed in 589 milliseconds