OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_hooks
(Results
1 - 4
of
4
) 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
,
/external/chromium_org/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 124 milliseconds