/third_party/glib/glib/ |
D | giochannel.h | 41 typedef struct _GIOChannel GIOChannel; typedef 128 typedef gboolean (*GIOFunc) (GIOChannel *source, 133 GIOStatus (*io_read) (GIOChannel *channel, 138 GIOStatus (*io_write) (GIOChannel *channel, 143 GIOStatus (*io_seek) (GIOChannel *channel, 147 GIOStatus (*io_close) (GIOChannel *channel, 149 GSource* (*io_create_watch) (GIOChannel *channel, 151 void (*io_free) (GIOChannel *channel); 152 GIOStatus (*io_set_flags) (GIOChannel *channel, 155 GIOFlags (*io_get_flags) (GIOChannel *channel); [all …]
|
D | giounix.c | 61 GIOChannel channel; 69 GIOChannel *channel; 74 static GIOStatus g_io_unix_read (GIOChannel *channel, 79 static GIOStatus g_io_unix_write (GIOChannel *channel, 84 static GIOStatus g_io_unix_seek (GIOChannel *channel, 88 static GIOStatus g_io_unix_close (GIOChannel *channel, 90 static void g_io_unix_free (GIOChannel *channel); 91 static GSource* g_io_unix_create_watch (GIOChannel *channel, 93 static GIOStatus g_io_unix_set_flags (GIOChannel *channel, 96 static GIOFlags g_io_unix_get_flags (GIOChannel *channel); [all …]
|
D | giowin32.c | 106 GIOChannel channel; 166 GIOChannel *channel; 319 g_io_channel_ref ((GIOChannel *)channel); in read_thread() 413 g_io_channel_unref ((GIOChannel *)channel); in read_thread() 430 g_io_channel_ref ((GIOChannel *)channel); in write_thread() 529 g_io_channel_unref ((GIOChannel *)channel); in write_thread() 1030 g_io_win32_msg_read (GIOChannel *channel, in g_io_win32_msg_read() 1061 g_io_win32_msg_write (GIOChannel *channel, in g_io_win32_msg_write() 1097 g_io_win32_msg_close (GIOChannel *channel, in g_io_win32_msg_close() 1106 g_io_win32_free (GIOChannel *channel) in g_io_win32_free() [all …]
|
D | giochannel.c | 167 static void g_io_channel_purge (GIOChannel *channel); 168 static GIOStatus g_io_channel_fill_buffer (GIOChannel *channel, 170 static GIOStatus g_io_channel_read_line_backend (GIOChannel *channel, 186 g_io_channel_init (GIOChannel *channel) in g_io_channel_init() 212 GIOChannel * 213 g_io_channel_ref (GIOChannel *channel) in g_io_channel_ref() 229 g_io_channel_unref (GIOChannel *channel) in g_io_channel_unref() 302 g_io_channel_read (GIOChannel *channel, in g_io_channel_read() 347 g_io_channel_write (GIOChannel *channel, in g_io_channel_write() 386 g_io_channel_seek (GIOChannel *channel, in g_io_channel_seek() [all …]
|
/third_party/glib/tests/gobject/ |
D | timeloop-closure.c | 20 io_pipe (GIOChannel **channels) in io_pipe() 36 read_all (GIOChannel *channel, char *buf, int len) in read_all() 60 write_all (GIOChannel *channel, char *buf, int len) in write_all() 79 run_child (GIOChannel *in_channel, GIOChannel *out_channel) in run_child() 103 input_callback (GIOChannel *source, in input_callback() 108 GIOChannel *dest = (GIOChannel *)data; in input_callback() 139 GIOChannel *in_channels[2]; in create_child() 140 GIOChannel *out_channels[2]; in create_child()
|
/third_party/glib/tests/ |
D | timeloop.c | 19 io_pipe (GIOChannel **channels) in io_pipe() 35 read_all (GIOChannel *channel, char *buf, int len) in read_all() 59 write_all (GIOChannel *channel, char *buf, int len) in write_all() 78 run_child (GIOChannel *in_channel, GIOChannel *out_channel) in run_child() 102 input_callback (GIOChannel *source, in input_callback() 107 GIOChannel *dest = (GIOChannel *)data; in input_callback() 141 GIOChannel *in_channels[2]; in create_child() 142 GIOChannel *out_channels[2]; in create_child()
|
D | mainloop-test.c | 44 GIOChannel *dest; 52 GIOChannel *in; 58 read_all (GIOChannel *channel, char *buf, gsize len) in read_all() 82 write_all (GIOChannel *channel, char *buf, gsize len) in write_all() 101 adder_callback (GIOChannel *source, in adder_callback() 142 GIOChannel **channels = data; in adder_thread() 199 io_pipe (GIOChannel **channels) in io_pipe() 218 do_add (GIOChannel *in, gint a, gint b) in do_add() 231 adder_response (GIOChannel *source, in adder_response() 272 GIOChannel *in_channels[2]; in create_adder_thread() [all …]
|
D | gio-test.c | 63 GIOChannel *channel, in read_all() 109 recv_message (GIOChannel *channel, in recv_message() 199 recv_windows_message (GIOChannel *channel, in recv_windows_message() 255 GIOChannel *my_read_channel; in main() 265 GIOChannel *windows_messages_channel; in main()
|
D | iochannel-test.c | 17 GIOChannel *io; in test_small_writes() 57 GIOChannel *gio_r, *gio_w ; in main()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/nvcodec/ |
D | nvcodec-kb.c | 50 gst_nvcodec_kb_io_cb (GIOChannel * ioc, GIOCondition cond, gpointer user_data) in gst_nvcodec_kb_io_cb() 74 GIOChannel *ioc; in gst_nvcodec_kb_set_key_handler()
|
/third_party/glib/gio/ |
D | gtestdbus.c | 158 GIOChannel *channel; in watch_parent() 235 static GIOChannel * 239 static GIOChannel *channel = NULL; in watcher_init() 293 GIOChannel *channel; in watcher_send_command() 605 GIOChannel *channel; in start_daemon()
|
/third_party/curl/docs/examples/ |
D | ghiper.c | 91 GIOChannel *ch; 178 static gboolean event_cb(GIOChannel *ch, GIOCondition condition, gpointer data) in event_cb() 329 static gboolean fifo_cb(GIOChannel *ch, GIOCondition condition, gpointer data) in fifo_cb() 417 GIOChannel* ch; in main()
|
/third_party/glib/glib/tests/ |
D | protocol.c | 86 test_message_cb1 (GIOChannel * channel, in test_message_cb1() 132 GIOChannel * channel; in test_message() 263 GIOChannel * channel; in test_error()
|
D | spawn-multithreaded.c | 113 on_child_stdout (GIOChannel *channel, in on_child_stdout() 157 GIOChannel *channel; in test_spawn_async_multithreaded_instance()
|
D | io-channel.c | 30 GIOChannel *channel = NULL; in test_read_line_embedded_nuls()
|
D | spawn-singlethread.c | 81 on_child_stdout (GIOChannel *channel, in on_child_stdout() 120 GIOChannel *channel; in test_spawn_async() 215 GIOChannel *channel = NULL; in test_spawn_async_with_fds()
|
/third_party/glib/gobject/tests/ |
D | closure.c | 61 iochannel_quit_callback (GIOChannel *channel, in iochannel_quit_callback() 75 GIOChannel *chan; in test_closure_iochannel()
|
/third_party/glib/gio/inotify/ |
D | inotify-missing.h | 30 void _im_diag_dump (GIOChannel *ioc);
|
/third_party/glib/gio/tests/ |
D | gsubprocess-testprog.c | 71 GIOChannel *chan_stdin; in cat_mode() 72 GIOChannel *chan_stdout; in cat_mode()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/msdk/ |
D | test-roi.c | 147 handle_keyboard (GIOChannel * source, GIOCondition cond, gpointer data) in handle_keyboard() 197 GIOChannel *io_stdin; in main()
|
/third_party/gstreamer/gstplugins_base/tests/examples/overlay/ |
D | win32-videooverlay-playbin.c | 54 msg_cb (GIOChannel * source, GIOCondition condition, gpointer data) in msg_cb() 137 GIOChannel *msg_io_channel; in main()
|
/third_party/gstreamer/gstplugins_base/tools/ |
D | gst-play-kb.c | 54 gst_play_kb_io_cb (GIOChannel * ioc, GIOCondition cond, gpointer user_data) in gst_play_kb_io_cb() 77 GIOChannel *ioc; in gst_play_kb_set_key_handler()
|
/third_party/gstreamer/gstplugins_bad/sys/bluez/ |
D | gstavdtputil.h | 57 GIOChannel *stream;
|
/third_party/glib/gobject/ |
D | gsourceclosure.c | 30 G_DEFINE_BOXED_TYPE (GIOChannel, g_io_channel, g_io_channel_ref, g_io_channel_unref) in G_DEFINE_BOXED_TYPE() argument 80 io_watch_closure_callback (GIOChannel *channel, in io_watch_closure_callback()
|
/third_party/gstreamer/gstplugins_base/ext/theora/ |
D | gsttheoraenc.h | 104 GIOChannel *multipass_cache_fd;
|