Home | History | Annotate | Download | only in engines

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 pipe
286 * Transmit 'len' bytes from the internal pipe
302 int bytes = 0;
308 if (!bytes)
309 bytes = ret;
316 bytes += ret;
319 return bytes;