Searched refs:encoded_read_buf (Results 1 – 3 of 3) sorted by relevance
62 #define USE_BUF(channel) ((channel)->encoding ? (channel)->encoded_read_buf \97 channel->encoded_read_buf = NULL; in g_io_channel_init()154 if (channel->encoded_read_buf) in g_io_channel_unref()155 g_string_free (channel->encoded_read_buf, TRUE); in g_io_channel_unref()480 if (channel->encoded_read_buf) in g_io_channel_purge()481 g_string_truncate (channel->encoded_read_buf, 0); in g_io_channel_purge()600 if (channel->encoded_read_buf && (channel->encoded_read_buf->len > 0)) in g_io_channel_get_buffer_condition()933 if (channel->do_encode && channel->encoded_read_buf in g_io_channel_seek_position()934 && channel->encoded_read_buf->len > 0) in g_io_channel_seek_position()942 if (channel->encoded_read_buf) in g_io_channel_seek_position()[all …]
122 GString *encoded_read_buf; /* Channel data converted to UTF-8 */ member
2068 is looping endlessly due to encoded_read_buf being corrupted.2146 use_buf is encoded_read_buf or read_buf from2154 so that encoded_read_buf is created for UTF-8 encoding