Unit 'BaseUnix' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

iovec

IO buffer structure.

Declaration

Source position: ostypes.inc line 478

type iovec = record

  iov_base: pointer;

  

Location of the buffer.

  iov_len: size_t;

  

Length of the buffer.

end;

Description

iovec is used in fpreadv for IO to multiple buffers to describe a buffer location.

See also

fpreadv

  

Vector read: Read into multiple buffers.

fpwritev

  

Vector write: Write from multiple buffers to a file descriptor.


Documentation generated on: Jul 24 2023