Home | History | Annotate | Download | only in engines

Lines Matching defs:bytes

351 	int bytes = 0;
357 if (!bytes)
358 bytes = ret;
364 bytes += ret;
368 return bytes;
372 * Receive bytes from a socket and fill them into the internal pipe
382 * Transmit 'len' bytes from the internal pipe
398 int bytes = 0;
404 if (!bytes)
405 bytes = ret;
412 bytes += ret;
415 return bytes;