Searched refs:terminator_pos (Results 1 – 3 of 3) sorted by relevance
/third_party/glib/glib/tests/ |
D | io-channel.c | 33 gsize line_length, terminator_pos; in test_read_line_embedded_nuls() local 60 &terminator_pos, &local_error); in test_read_line_embedded_nuls() 64 g_assert_cmpuint (terminator_pos, ==, 7); in test_read_line_embedded_nuls()
|
/third_party/glib/glib/ |
D | giochannel.c | 172 gsize *terminator_pos, 1662 gsize *terminator_pos, in g_io_channel_read_line() argument 1674 status = g_io_channel_read_line_backend (channel, &got_length, terminator_pos, error); in g_io_channel_read_line() 1716 gsize *terminator_pos, in g_io_channel_read_line_string() argument 1731 status = g_io_channel_read_line_backend (channel, &length, terminator_pos, error); in g_io_channel_read_line_string() 1747 gsize *terminator_pos, in g_io_channel_read_line_backend() argument 1902 if (terminator_pos) in g_io_channel_read_line_backend() 1903 *terminator_pos = line_length; in g_io_channel_read_line_backend()
|
D | giochannel.h | 253 gsize *terminator_pos, 258 gsize *terminator_pos,
|