Searched refs:MAX_CHAR_SIZE (Results 1 – 1 of 1) sorted by relevance
155 #define MAX_CHAR_SIZE 10 macro848 if (size < MAX_CHAR_SIZE) in g_io_channel_set_buffer_size()849 size = MAX_CHAR_SIZE; in g_io_channel_set_buffer_size()2276 if (channel->write_buf->len >= channel->buf_size - MAX_CHAR_SIZE) in g_io_channel_write_chars()2288 did_write < MIN (channel->write_buf->len, MAX_CHAR_SIZE)); in g_io_channel_write_chars()2308 g_assert (space_in_buf >= MAX_CHAR_SIZE); in g_io_channel_write_chars()2463 space_in_buf += MAX_CHAR_SIZE; in g_io_channel_write_chars()