Lines Matching refs:GSource

26     GSource parent;
36 GSource parent;
49 GSource parent;
58 qio_channel_fd_source_prepare(GSource *source G_GNUC_UNUSED, in qio_channel_fd_source_prepare()
68 qio_channel_fd_source_check(GSource *source) in qio_channel_fd_source_check()
77 qio_channel_fd_source_dispatch(GSource *source, in qio_channel_fd_source_dispatch()
91 qio_channel_fd_source_finalize(GSource *source) in qio_channel_fd_source_finalize()
101 qio_channel_socket_source_prepare(GSource *source G_GNUC_UNUSED, in qio_channel_socket_source_prepare()
115 qio_channel_socket_source_check(GSource *source) in qio_channel_socket_source_check()
161 qio_channel_socket_source_dispatch(GSource *source, in qio_channel_socket_source_dispatch()
173 qio_channel_socket_source_finalize(GSource *source) in qio_channel_socket_source_finalize()
191 qio_channel_fd_pair_source_prepare(GSource *source G_GNUC_UNUSED, in qio_channel_fd_pair_source_prepare()
201 qio_channel_fd_pair_source_check(GSource *source) in qio_channel_fd_pair_source_check()
212 qio_channel_fd_pair_source_dispatch(GSource *source, in qio_channel_fd_pair_source_dispatch()
228 qio_channel_fd_pair_source_finalize(GSource *source) in qio_channel_fd_pair_source_finalize()
252 GSource *qio_channel_create_fd_watch(QIOChannel *ioc, in qio_channel_create_fd_watch()
256 GSource *source; in qio_channel_create_fd_watch()
281 GSource *qio_channel_create_socket_watch(QIOChannel *ioc, in qio_channel_create_socket_watch()
285 GSource *source; in qio_channel_create_socket_watch()
313 GSource *qio_channel_create_socket_watch(QIOChannel *ioc, in qio_channel_create_socket_watch()
321 GSource *qio_channel_create_fd_pair_watch(QIOChannel *ioc, in qio_channel_create_fd_pair_watch()
326 GSource *source; in qio_channel_create_fd_pair_watch()