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

  /external/chromium/third_party/libevent/
event-internal.h 95 const char *evutil_getenv(const char *varname);
evutil.c 271 evutil_getenv(const char *varname) function
devpoll.c 134 if (evutil_getenv("EVENT_NODEVPOLL"))
epoll.c 116 if (evutil_getenv("EVENT_NOEPOLL"))
evport.c 146 if (evutil_getenv("EVENT_NOEVPORT"))
kqueue.c 105 if (evutil_getenv("EVENT_NOKQUEUE"))
poll.c 90 if (evutil_getenv("EVENT_NOPOLL"))
select.c 105 if (evutil_getenv("EVENT_NOSELECT"))
event.c 196 if (evutil_getenv("EVENT_SHOW_METHOD"))

Completed in 1075 milliseconds