Home | History | Annotate | Download | only in input

Lines Matching defs:msgLength

153     size_t msgLength = msg->size();
156 nWrite = ::send(mFd, msg, msgLength, MSG_DONTWAIT | MSG_NOSIGNAL);
174 if (size_t(nWrite) != msgLength) {