Lines Matching refs:bytes
1154 DWORD bytes;
1191 if (!ReadFile(handle->handle, &uv_zero_, 0, &bytes, NULL))
1222 DWORD bytes;
1234 &bytes,
1534 DWORD bytes;
1536 WriteFile(handle->handle, write_buf.base, write_buf.len, &bytes, NULL);
1820 /* Read an exact number of bytes from a pipe. If an error or end-of-file is
1821 * encountered before the requested number of bytes are read, an error is
1936 return sizeof frame_header; /* Number of bytes read. */
1946 /* Return number of bytes read. */
1990 /* Get the number of bytes available. */
1995 /* Read until we've either read all the bytes available, or the 'reading'
2003 /* If no bytes were read, treat this as an indication that an error
2008 /* It is possible that more bytes were read than we thought were
2014 /* Recompute the number of bytes available. */