Lines Matching defs:bytes
255 int bytes = 0;261 if (!bytes)262 bytes = ret;268 bytes += ret;272 return bytes;276 * Receive bytes from a socket and fill them into the internal pipe286 * Transmit 'len' bytes from the internal pipe302 int bytes = 0;308 if (!bytes)309 bytes = ret;316 bytes += ret;319 return bytes;