OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_BASE_FLAG_IGNORE_ENV
(Results
1 - 3
of
3
) sorted by null
/external/libevent/include/event2/
event.h
457
EVENT_BASE_FLAG_IGNORE_ENV
= 0x02,
[
all
...]
/external/libevent/
epoll.c
140
((base->flags &
EVENT_BASE_FLAG_IGNORE_ENV
) == 0 &&
event.c
589
!(cfg && (cfg->flags &
EVENT_BASE_FLAG_IGNORE_ENV
));
[
all
...]
Completed in 92 milliseconds