Searched refs:excFd (Results 1 – 1 of 1) sorted by relevance
/external/xmlrpcpp/src/ |
D | XmlRpcDispatch.cpp | 84 fd_set inFd, outFd, excFd; in work() local 87 FD_ZERO(&excFd); in work() 95 if (it->getMask() & Exception) FD_SET(fd, &excFd); in work() 102 nEvents = select(maxFd+1, &inFd, &outFd, &excFd, NULL); in work() 108 nEvents = select(maxFd+1, &inFd, &outFd, &excFd, &tv); in work() 131 if (FD_ISSET(fd, &excFd)) in work()
|