Searched refs:ssource (Results 1 – 6 of 6) sorted by relevance
70 QIOChannelFDSource *ssource = (QIOChannelFDSource *)source; in qio_channel_fd_source_check() local72 return ssource->fd.revents & ssource->condition; in qio_channel_fd_source_check()82 QIOChannelFDSource *ssource = (QIOChannelFDSource *)source; in qio_channel_fd_source_dispatch() local84 return (*func)(ssource->ioc, in qio_channel_fd_source_dispatch()85 ssource->fd.revents & ssource->condition, in qio_channel_fd_source_dispatch()93 QIOChannelFDSource *ssource = (QIOChannelFDSource *)source; in qio_channel_fd_source_finalize() local95 object_unref(OBJECT(ssource->ioc)); in qio_channel_fd_source_finalize()118 QIOChannelSocketSource *ssource = (QIOChannelSocketSource *)source; in qio_channel_socket_source_check() local121 if (!ssource->condition) { in qio_channel_socket_source_check()128 if (ssource->condition & G_IO_IN) { in qio_channel_socket_source_check()[all …]
163 QIOChannelNullSource *ssource = (QIOChannelNullSource *)source; in qio_channel_null_source_dispatch() local165 return (*func)(ssource->ioc, in qio_channel_null_source_dispatch()166 ssource->condition, in qio_channel_null_source_dispatch()174 QIOChannelNullSource *ssource = (QIOChannelNullSource *)source; in qio_channel_null_source_finalize() local176 object_unref(OBJECT(ssource->ioc)); in qio_channel_null_source_finalize()193 QIOChannelNullSource *ssource; in qio_channel_null_create_watch() local197 ssource = (QIOChannelNullSource *)source; in qio_channel_null_create_watch()199 ssource->ioc = ioc; in qio_channel_null_create_watch()202 ssource->condition = condition; in qio_channel_null_create_watch()
195 QIOChannelBufferSource *ssource = (QIOChannelBufferSource *)source; in qio_channel_buffer_source_finalize() local197 object_unref(OBJECT(ssource->bioc)); in qio_channel_buffer_source_finalize()211 QIOChannelBufferSource *ssource; in qio_channel_buffer_create_watch() local216 ssource = (QIOChannelBufferSource *)source; in qio_channel_buffer_create_watch()218 ssource->bioc = bioc; in qio_channel_buffer_create_watch()221 ssource->condition = condition; in qio_channel_buffer_create_watch()
1278 QIOChannelWebsockSource *ssource = (QIOChannelWebsockSource *)source; in qio_channel_websock_source_finalize() local1280 object_unref(OBJECT(ssource->wioc)); in qio_channel_websock_source_finalize()1294 QIOChannelWebsockSource *ssource; in qio_channel_websock_create_watch() local1299 ssource = (QIOChannelWebsockSource *)source; in qio_channel_websock_create_watch()1301 ssource->wioc = wioc; in qio_channel_websock_create_watch()1304 ssource->condition = condition; in qio_channel_websock_create_watch()
3050 QIOChannelRDMASource *ssource = (QIOChannelRDMASource *)source; in qio_channel_rdma_source_finalize() local3052 object_unref(OBJECT(ssource->rioc)); in qio_channel_rdma_source_finalize()3066 QIOChannelRDMASource *ssource; in qio_channel_rdma_create_watch() local3071 ssource = (QIOChannelRDMASource *)source; in qio_channel_rdma_create_watch()3073 ssource->rioc = rioc; in qio_channel_rdma_create_watch()3076 ssource->condition = condition; in qio_channel_rdma_create_watch()
13649 + av_log(avctx, AV_LOG_ERROR, "Failed to compile shader: %ssource:\n%s\n", info, source);