Lines Matching defs:nRead
184 ssize_t nRead;186 nRead = ::recv(mFd, msg, sizeof(InputMessage), MSG_DONTWAIT);187 } while (nRead == -1 && errno == EINTR);189 if (nRead < 0) {203 if (nRead == 0) { // check for EOF210 if (!msg->isValid(nRead)) {