Searched refs:G_IOV_MAX (Results 1 – 6 of 6) sorted by relevance
43 #define G_IOV_MAX IOV_MAX macro45 #define G_IOV_MAX UIO_MAXIOV macro49 #define G_IOV_MAX 512 macro52 #define G_IOV_MAX 16 macro58 G_STATIC_ASSERT (G_IOV_MAX <= G_MAXINT);
150 if (n_vectors > G_IOV_MAX) in g_socket_output_stream_writev()151 n_vectors = G_IOV_MAX; in g_socket_output_stream_writev()198 if (n_vectors > G_IOV_MAX) in g_socket_output_stream_pollable_writev_nonblocking()199 n_vectors = G_IOV_MAX; in g_socket_output_stream_pollable_writev_nonblocking()
417 if (n_vectors > G_IOV_MAX) in g_unix_output_stream_writev()418 n_vectors = G_IOV_MAX; in g_unix_output_stream_writev()596 if (n_vectors > G_IOV_MAX) in g_unix_output_stream_pollable_writev_nonblocking()597 n_vectors = G_IOV_MAX; in g_unix_output_stream_pollable_writev_nonblocking()
261 if (n_vectors > G_IOV_MAX) in g_local_file_output_stream_writev()262 n_vectors = G_IOV_MAX; in g_local_file_output_stream_writev()
5205 if (num_messages > G_IOV_MAX) in g_socket_send_messages_with_timeout()5206 num_messages = G_IOV_MAX; in g_socket_send_messages_with_timeout()5727 if (num_messages > G_IOV_MAX) in g_socket_receive_messages_with_timeout()5728 num_messages = G_IOV_MAX; in g_socket_receive_messages_with_timeout()
1415 - !1095 Define G_IOV_MAX to 512 on macOS/iOS