Searched refs:g_data_input_stream_read_upto (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/gio/ |
D | gdatainputstream.h | 138 GLIB_DEPRECATED_IN_2_56_FOR (g_data_input_stream_read_upto) 158 char * g_data_input_stream_read_upto (GDataInputStream *stream,
|
D | gdatainputstream.c | 933 result = g_data_input_stream_read_upto (stream, stop_chars, -1, in g_data_input_stream_read_until() 1334 g_data_input_stream_read_upto (GDataInputStream *stream, in g_data_input_stream_read_upto() function
|
/third_party/glib/gio/tests/ |
D | data-input-stream.c | 311 …data = g_data_input_stream_read_upto (G_DATA_INPUT_STREAM (stream), DATA_SEP, DATA_SEP_LEN, &lengt… in test_read_upto()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 770 g_data_input_stream_read_upto
|
/third_party/glib/ |
D | NEWS | 2651 742124 g_data_input_stream_read_upto()'s documentation should say that the... 8806 - new functions g_data_input_stream_read_upto{,async,finish}
|