OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVLIST_ALL
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libevent/
event.h
193
#define
EVLIST_ALL
(0xf000 | 0x9f)
[
all
...]
event.c
715
assert(!(ev->ev_flags & ~
EVLIST_ALL
));
795
assert(!(ev->ev_flags & ~
EVLIST_ALL
));
Completed in 46 milliseconds