Home
last modified time | relevance | path

Searched refs:IEV_ERROR (Results 1 – 9 of 9) sorted by relevance

/dports/www/aria2/aria2-1.36.0/src/
H A DEvent.h96 ((EventPoll::IEV_ERROR | EventPoll::IEV_HUP) & events)) { in processEvents()
105 if (EventPoll::IEV_ERROR & events) { in processEvents()
153 (EventPoll::IEV_READ | EventPoll::IEV_ERROR | EventPoll::IEV_HUP)) { in processEvents()
160 (EventPoll::IEV_WRITE | EventPoll::IEV_ERROR | EventPoll::IEV_HUP)) { in processEvents()
H A DLibuvEventPoll.cc167 newEvents |= IEV_ERROR; in translateEvents()
195 events = IEV_ERROR; in pollCallback()
H A DPollEventPoll.h128 static const int IEV_ERROR = POLLERR; variable
H A DEpollEventPoll.h128 static const int IEV_ERROR = EPOLLERR; variable
H A DKqueueEventPoll.h133 static const int IEV_ERROR = POLLERR; variable
H A DPortEventPoll.h134 static const int IEV_ERROR = POLLERR; variable
H A DLibuvEventPoll.h170 static const int IEV_ERROR = 128; variable
H A DPollEventPoll.cc141 newEvents |= IEV_ERROR; in translateEvents()
H A DPortEventPoll.cc160 newEvents |= PortEventPoll::IEV_ERROR; in translateEvents()