neo4j_iostream.writev

Write bytes to a stream ifrom the supplied I/O vector.

@param self This stream. @param iov A pointer to the I/O vector. @param iovcnt The length of the I/O vector. @return The bytes written, or -1 on error (errno will be set).

struct neo4j_iostream
ssize_t function(neo4j_iostream* self, const(iovec)* iov, uint iovcnt) writev;

Meta