Lines Matching refs:iovec
390 #define G_OUTPUT_VECTOR_IS_IOVEC (sizeof (struct iovec) == sizeof (GOutputVector) && \
391 G_SIZEOF_MEMBER (struct iovec, iov_base) == G_SIZEOF_MEMBER (GOutputVector, buffer) && \
392 G_STRUCT_OFFSET (struct iovec, iov_base) == G_STRUCT_OFFSET (GOutputVector, buffer) && \
393 G_SIZEOF_MEMBER (struct iovec, iov_len) == G_SIZEOF_MEMBER (GOutputVector, size) && \
394 G_STRUCT_OFFSET (struct iovec, iov_len) == G_STRUCT_OFFSET (GOutputVector, size))
409 struct iovec *iov; in g_unix_output_stream_writev()
425 iov = (struct iovec *) vectors; in g_unix_output_stream_writev()
432 iov = g_newa (struct iovec, n_vectors); in g_unix_output_stream_writev()
584 struct iovec *iov; in g_unix_output_stream_pollable_writev_nonblocking()
602 iov = (struct iovec *) vectors; in g_unix_output_stream_pollable_writev_nonblocking()
609 iov = g_newa (struct iovec, n_vectors); in g_unix_output_stream_pollable_writev_nonblocking()