Searched refs:g_input_stream_read_all_async (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/gio/tests/ |
D | stream-rw_all.c | 125 g_input_stream_read_all_async (ms, buf, 10, 0, NULL, read_done, NULL); in test_read_all_async_memory() 129 g_input_stream_read_all_async (ms, buf, 10, 0, NULL, read_done, NULL); in test_read_all_async_memory() 134 g_input_stream_read_all_async (ms, buf, 10, 0, NULL, read_done, NULL); in test_read_all_async_memory() 139 g_input_stream_read_all_async (ms, buf, 10, 0, NULL, read_done, NULL); in test_read_all_async_memory() 217 g_input_stream_read_all_async (in, rbuf, sizeof rbuf, 0, NULL, read_done, NULL); in test_read_write_all_async_pipe() 237 g_input_stream_read_all_async (in, rbuf, sizeof rbuf, 0, NULL, read_done, NULL); in test_read_write_all_async_pipe()
|
D | unix-streams.c | 707 g_input_stream_read_all_async (G_INPUT_STREAM (is), in test_write_async_wouldblock() 804 g_input_stream_read_all_async (G_INPUT_STREAM (is), in test_writev_async_wouldblock()
|
D | socket-service.c | 458 g_input_stream_read_all_async (istream, in incoming_read_write_async_cb()
|
/third_party/glib/gio/ |
D | ginputstream.h | 156 void g_input_stream_read_all_async (GInputStream *stream,
|
D | ginputstream.c | 796 g_input_stream_read_all_async (GInputStream *stream, in g_input_stream_read_all_async() function 815 g_task_set_source_tag (task, g_input_stream_read_all_async); in g_input_stream_read_all_async()
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/ |
D | rtmputils.c | 70 g_input_stream_read_all_async (stream, ba->data, count, io_priority, in gst_rtmp_input_stream_read_all_bytes_async()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 635 g_input_stream_read_all_async
|