Home
last modified time | relevance | path

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

/qemu/io/
H A Dchannel-watch.c34 typedef struct QIOChannelSocketSource QIOChannelSocketSource; typedef
35 struct QIOChannelSocketSource { struct
118 QIOChannelSocketSource *ssource = (QIOChannelSocketSource *)source; in qio_channel_socket_source_check()
162 QIOChannelSocketSource *ssource = (QIOChannelSocketSource *)source; in qio_channel_socket_source_dispatch()
171 QIOChannelSocketSource *ssource = (QIOChannelSocketSource *)source; in qio_channel_socket_source_finalize()
282 QIOChannelSocketSource *ssource; in qio_channel_create_socket_watch()
289 sizeof(QIOChannelSocketSource)); in qio_channel_create_socket_watch()
290 ssource = (QIOChannelSocketSource *)source; in qio_channel_create_socket_watch()