Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dglocalfileiostream.c104 GIOStreamClass *stream_class = G_IO_STREAM_CLASS (klass); in g_local_file_io_stream_class_init() local
108 stream_class->get_input_stream = g_local_file_io_stream_get_input_stream; in g_local_file_io_stream_class_init()
109 stream_class->get_output_stream = g_local_file_io_stream_get_output_stream; in g_local_file_io_stream_class_init()
110 stream_class->close_fn = g_local_file_io_stream_close; in g_local_file_io_stream_class_init()
Dgtcpwrapperconnection.c134 GIOStreamClass *stream_class = G_IO_STREAM_CLASS (klass); in g_tcp_wrapper_connection_class_init() local
140 stream_class->get_input_stream = g_tcp_wrapper_connection_get_input_stream; in g_tcp_wrapper_connection_class_init()
141 stream_class->get_output_stream = g_tcp_wrapper_connection_get_output_stream; in g_tcp_wrapper_connection_class_init()
Dgunixinputstream.c114 GInputStreamClass *stream_class = G_INPUT_STREAM_CLASS (klass); in g_unix_input_stream_class_init() local
119 stream_class->read_fn = g_unix_input_stream_read; in g_unix_input_stream_class_init()
120 stream_class->close_fn = g_unix_input_stream_close; in g_unix_input_stream_class_init()
124 stream_class->skip_async = g_unix_input_stream_skip_async; in g_unix_input_stream_class_init()
125 stream_class->skip_finish = g_unix_input_stream_skip_finish; in g_unix_input_stream_class_init()
Dgsocketconnection.c435 GIOStreamClass *stream_class = G_IO_STREAM_CLASS (klass); in g_socket_connection_class_init() local
443 stream_class->get_input_stream = g_socket_connection_get_input_stream; in g_socket_connection_class_init()
444 stream_class->get_output_stream = g_socket_connection_get_output_stream; in g_socket_connection_class_init()
445 stream_class->close_fn = g_socket_connection_close; in g_socket_connection_class_init()
446 stream_class->close_async = g_socket_connection_close_async; in g_socket_connection_class_init()
447 stream_class->close_finish = g_socket_connection_close_finish; in g_socket_connection_class_init()
Dglocalfileinputstream.c99 GInputStreamClass *stream_class = G_INPUT_STREAM_CLASS (klass); in g_local_file_input_stream_class_init() local
102 stream_class->read_fn = g_local_file_input_stream_read; in g_local_file_input_stream_class_init()
103 stream_class->close_fn = g_local_file_input_stream_close; in g_local_file_input_stream_class_init()
Dgwin32outputstream.c233 GOutputStreamClass *stream_class = G_OUTPUT_STREAM_CLASS (klass); in g_win32_output_stream_class_init() local
238 stream_class->write_fn = g_win32_output_stream_write; in g_win32_output_stream_class_init()
239 stream_class->close_fn = g_win32_output_stream_close; in g_win32_output_stream_class_init()
Dgtcpconnection.c125 GIOStreamClass *stream_class = G_IO_STREAM_CLASS (class); in g_tcp_connection_class_init() local
130 stream_class->close_fn = g_tcp_connection_close; in g_tcp_connection_class_init()
131 stream_class->close_async = g_tcp_connection_close_async; in g_tcp_connection_class_init()
Dgwin32inputstream.c246 GInputStreamClass *stream_class = G_INPUT_STREAM_CLASS (klass); in g_win32_input_stream_class_init() local
251 stream_class->read_fn = g_win32_input_stream_read; in g_win32_input_stream_class_init()
252 stream_class->close_fn = g_win32_input_stream_close; in g_win32_input_stream_class_init()
Dgunixoutputstream.c118 GOutputStreamClass *stream_class = G_OUTPUT_STREAM_CLASS (klass); in g_unix_output_stream_class_init() local
123 stream_class->write_fn = g_unix_output_stream_write; in g_unix_output_stream_class_init()
124 stream_class->writev_fn = g_unix_output_stream_writev; in g_unix_output_stream_class_init()
125 stream_class->close_fn = g_unix_output_stream_close; in g_unix_output_stream_class_init()
Dgresourcefile.c844 GInputStreamClass *stream_class = G_INPUT_STREAM_CLASS (klass); in g_resource_file_input_stream_class_init() local
849 stream_class->read_fn = g_resource_file_input_stream_read; in g_resource_file_input_stream_class_init()
850 stream_class->skip = g_resource_file_input_stream_skip; in g_resource_file_input_stream_class_init()
851 stream_class->close_fn = g_resource_file_input_stream_close; in g_resource_file_input_stream_class_init()
Dglocalfileoutputstream.c160 GOutputStreamClass *stream_class = G_OUTPUT_STREAM_CLASS (klass); in g_local_file_output_stream_class_init() local
165 stream_class->write_fn = g_local_file_output_stream_write; in g_local_file_output_stream_class_init()
167 stream_class->writev_fn = g_local_file_output_stream_writev; in g_local_file_output_stream_class_init()
169 stream_class->close_fn = g_local_file_output_stream_close; in g_local_file_output_stream_class_init()
/third_party/libsoup/libsoup/
Dsoup-cache-client-input-stream.c66 soup_cache_client_input_stream_class_init (SoupCacheClientInputStreamClass *stream_class) in soup_cache_client_input_stream_class_init() argument
68 GObjectClass *object_class = G_OBJECT_CLASS (stream_class); in soup_cache_client_input_stream_class_init()
69 GInputStreamClass *input_stream_class = G_INPUT_STREAM_CLASS (stream_class); in soup_cache_client_input_stream_class_init()
Dsoup-io-stream.c177 soup_io_stream_class_init (SoupIOStreamClass *stream_class) in soup_io_stream_class_init() argument
179 GObjectClass *object_class = G_OBJECT_CLASS (stream_class); in soup_io_stream_class_init()
180 GIOStreamClass *io_stream_class = G_IO_STREAM_CLASS (stream_class); in soup_io_stream_class_init()
Dsoup-client-input-stream.c212 soup_client_input_stream_class_init (SoupClientInputStreamClass *stream_class) in soup_client_input_stream_class_init() argument
214 GObjectClass *object_class = G_OBJECT_CLASS (stream_class); in soup_client_input_stream_class_init()
215 GInputStreamClass *input_stream_class = G_INPUT_STREAM_CLASS (stream_class); in soup_client_input_stream_class_init()
Dsoup-body-output-stream.c291 soup_body_output_stream_class_init (SoupBodyOutputStreamClass *stream_class) in soup_body_output_stream_class_init() argument
293 GObjectClass *object_class = G_OBJECT_CLASS (stream_class); in soup_body_output_stream_class_init()
294 GOutputStreamClass *output_stream_class = G_OUTPUT_STREAM_CLASS (stream_class); in soup_body_output_stream_class_init()
Dsoup-filter-input-stream.c146 soup_filter_input_stream_class_init (SoupFilterInputStreamClass *stream_class) in soup_filter_input_stream_class_init() argument
148 GObjectClass *object_class = G_OBJECT_CLASS (stream_class); in soup_filter_input_stream_class_init()
149 GInputStreamClass *input_stream_class = G_INPUT_STREAM_CLASS (stream_class); in soup_filter_input_stream_class_init()
Dsoup-body-input-stream.c365 soup_body_input_stream_class_init (SoupBodyInputStreamClass *stream_class) in soup_body_input_stream_class_init() argument
367 GObjectClass *object_class = G_OBJECT_CLASS (stream_class); in soup_body_input_stream_class_init()
368 GInputStreamClass *input_stream_class = G_INPUT_STREAM_CLASS (stream_class); in soup_body_input_stream_class_init()
Dsoup-directory-input-stream.c202 soup_directory_input_stream_class_init (SoupDirectoryInputStreamClass *stream_class) in soup_directory_input_stream_class_init() argument
204 GInputStreamClass *inputstream_class = G_INPUT_STREAM_CLASS (stream_class); in soup_directory_input_stream_class_init()
/third_party/glib/gio/win32/
Dgwinhttpfileinputstream.c82 GInputStreamClass *stream_class = G_INPUT_STREAM_CLASS (klass); in g_winhttp_file_input_stream_class_init() local
86 stream_class->read_fn = g_winhttp_file_input_stream_read; in g_winhttp_file_input_stream_class_init()
87 stream_class->close_fn = g_winhttp_file_input_stream_close; in g_winhttp_file_input_stream_class_init()
Dgwinhttpfileoutputstream.c72 GOutputStreamClass *stream_class = G_OUTPUT_STREAM_CLASS (klass); in g_winhttp_file_output_stream_class_init() local
76 stream_class->write_fn = g_winhttp_file_output_stream_write; in g_winhttp_file_output_stream_class_init()