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

  /external/chromium/third_party/libevent/
evrpc.c 94 assert(evrpc_remove_hook(base, EVRPC_OUTPUT, hook));
112 case EVRPC_OUTPUT:
116 assert(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT);
157 case EVRPC_OUTPUT:
161 assert(hook_type == EVRPC_INPUT || hook_type == EVRPC_OUTPUT);
431 assert(evrpc_remove_hook(pool, EVRPC_OUTPUT, hook));
evrpc.h 440 EVRPC_OUTPUT /**< apply the function to an output hook */
447 /** Deprecated alias for EVRPC_OUTPUT. Not available on windows, where it
449 #define OUTPUT EVRPC_OUTPUT
  /external/chromium/third_party/libevent/test/
regress_rpc.c 455 assert(evrpc_add_hook(base, EVRPC_OUTPUT, rpc_hook_add_header, (void*)"output")

Completed in 288 milliseconds