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

  /external/chromium/third_party/libevent/
evrpc.c 101 enum EVRPC_HOOK_TYPE hook_type,
108 switch (hook_type) {
116 assert(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT);
149 evrpc_remove_hook(void *vbase, enum EVRPC_HOOK_TYPE hook_type, void *handle)
153 switch (hook_type) {
161 assert(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT);
evrpc.h 459 * @param hook_type either INPUT or OUTPUT
466 enum EVRPC_HOOK_TYPE hook_type,
473 * @param hook_type either INPUT or OUTPUT
479 enum EVRPC_HOOK_TYPE hook_type,
  /external/chromium/third_party/libevent/test/
regress_rpc.c 415 const char *hook_type = arg; local
416 if (strcmp("input", hook_type) == 0)
417 evhttp_add_header(req->input_headers, "X-Hook", hook_type);
419 evhttp_add_header(req->output_headers, "X-Hook", hook_type);

Completed in 42 milliseconds