Searched refs:g_io_channel_read_chars (Results 1 – 18 of 18) sorted by relevance
/third_party/glib/glib/tests/ |
D | protocol.c | 96 for (status = g_io_channel_read_chars (channel, (gchar*)buf, sizeof (buf), &read_bytes, NULL); in test_message_cb1() 98 status = g_io_channel_read_chars (channel, (gchar*)buf, sizeof (buf), &read_bytes, NULL)) in test_message_cb1()
|
D | spawn-multithreaded.c | 124 status = g_io_channel_read_chars (channel, buf, sizeof (buf), &bytes_read, &error); in on_child_stdout()
|
D | spawn-singlethread.c | 93 status = g_io_channel_read_chars (channel, buf, sizeof (buf), &bytes_read, &error); in on_child_stdout()
|
/third_party/glib/glib/ |
D | giochannel.h | 165 GLIB_DEPRECATED_FOR(g_io_channel_read_chars) 266 GIOStatus g_io_channel_read_chars (GIOChannel *channel,
|
D | gtester.c | 220 status = g_io_channel_read_chars (source, (gchar*) buffer, sizeof (buffer), &length, &error); in child_report_cb()
|
D | gspawn-win32.c | 280 giostatus = g_io_channel_read_chars (iochannel, buf, sizeof (buf), &bytes, NULL); in read_data()
|
D | giochannel.c | 2012 g_io_channel_read_chars (GIOChannel *channel, in g_io_channel_read_chars() function
|
D | gtestutils.c | 3315 status = g_io_channel_read_chars (io, buf, sizeof (buf), &nread, NULL); in child_read()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/nvcodec/ |
D | nvcodec-kb.c | 58 status = g_io_channel_read_chars (ioc, buf, sizeof (buf) - 1, &read, NULL); in gst_nvcodec_kb_io_cb()
|
/third_party/glib/gio/tests/ |
D | gsubprocess-testprog.c | 89 status = g_io_channel_read_chars (chan_stdin, buf, sizeof (buf), in cat_mode()
|
/third_party/gstreamer/gstplugins_base/tools/ |
D | gst-play-kb.c | 62 status = g_io_channel_read_chars (ioc, buf, sizeof (buf) - 1, &read, NULL); in gst_play_kb_io_cb()
|
/third_party/gstreamer/gstreamer/libs/gst/helpers/ |
D | gst-ptp-helper.c | 160 g_io_channel_read_chars (channel, (gchar *) & header, sizeof (header), in have_stdin_data_cb() 176 status = g_io_channel_read_chars (channel, buffer, header.size, &read, &err); in have_stdin_data_cb()
|
/third_party/curl/docs/examples/ |
D | ghiper.c | 350 g_io_channel_read_chars(ch, buf, BUF_SIZE, &len, &err); in fifo_cb()
|
/third_party/gstreamer/gstreamer/libs/gst/net/ |
D | gstptpclock.c | 1811 g_io_channel_read_chars (channel, (gchar *) & header, sizeof (header), in have_stdin_data_cb() 1836 status = g_io_channel_read_chars (channel, buffer, header.size, &read, &err); in have_stdin_data_cb()
|
/third_party/gstreamer/gstplugins_base/ext/theora/ |
D | gsttheoraenc.c | 750 stat = g_io_channel_read_chars (enc->multipass_cache_fd, in theora_enc_read_multipass_cache()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1241 g_io_channel_read_chars
|
/third_party/gstreamer/gstplugins_base/tests/examples/seek/ |
D | jsseek.c | 2623 g_io_channel_read_chars (source, buf, sizeof (struct js_event), in read_joystick()
|
/third_party/glib/ |
D | NEWS | 8503 637759 GIOChannel: fix a crash in g_io_channel_read_chars()
|