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

  /external/chromium/third_party/libevent/
evrpc-internal.h 57 #define input_hooks common.in_hooks macro
evrpc.c 74 TAILQ_INIT(&base->input_hooks);
90 while ((hook = TAILQ_FIRST(&base->input_hooks)) != NULL) {
274 if (evrpc_process_hooks(&rpc->base->input_hooks,
392 TAILQ_INIT(&pool->input_hooks);
426 while ((hook = TAILQ_FIRST(&pool->input_hooks)) != NULL) {
603 if (evrpc_process_hooks(&pool->input_hooks,

Completed in 5171 milliseconds