Home
last modified time | relevance | path

Searched refs:g_io_channel_read_chars (Results 1 – 18 of 18) sorted by relevance

/third_party/glib/glib/tests/
Dprotocol.c96 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()
Dspawn-multithreaded.c124 status = g_io_channel_read_chars (channel, buf, sizeof (buf), &bytes_read, &error); in on_child_stdout()
Dspawn-singlethread.c93 status = g_io_channel_read_chars (channel, buf, sizeof (buf), &bytes_read, &error); in on_child_stdout()
/third_party/glib/glib/
Dgiochannel.h165 GLIB_DEPRECATED_FOR(g_io_channel_read_chars)
266 GIOStatus g_io_channel_read_chars (GIOChannel *channel,
Dgtester.c220 status = g_io_channel_read_chars (source, (gchar*) buffer, sizeof (buffer), &length, &error); in child_report_cb()
Dgspawn-win32.c280 giostatus = g_io_channel_read_chars (iochannel, buf, sizeof (buf), &bytes, NULL); in read_data()
Dgiochannel.c2012 g_io_channel_read_chars (GIOChannel *channel, in g_io_channel_read_chars() function
Dgtestutils.c3315 status = g_io_channel_read_chars (io, buf, sizeof (buf), &nread, NULL); in child_read()
/third_party/gstreamer/gstplugins_bad/tests/examples/nvcodec/
Dnvcodec-kb.c58 status = g_io_channel_read_chars (ioc, buf, sizeof (buf) - 1, &read, NULL); in gst_nvcodec_kb_io_cb()
/third_party/glib/gio/tests/
Dgsubprocess-testprog.c89 status = g_io_channel_read_chars (chan_stdin, buf, sizeof (buf), in cat_mode()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-play-kb.c62 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/
Dgst-ptp-helper.c160 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/
Dghiper.c350 g_io_channel_read_chars(ch, buf, BUF_SIZE, &len, &err); in fifo_cb()
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstptpclock.c1811 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/
Dgsttheoraenc.c750 stat = g_io_channel_read_chars (enc->multipass_cache_fd, in theora_enc_read_multipass_cache()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1241 g_io_channel_read_chars
/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Djsseek.c2623 g_io_channel_read_chars (source, buf, sizeof (struct js_event), in read_joystick()
/third_party/glib/
DNEWS8503 637759 GIOChannel: fix a crash in g_io_channel_read_chars()