/third_party/glib/gio/ |
D | glocalfileiostream.c | 104 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()
|
D | gtcpwrapperconnection.c | 134 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()
|
D | gunixinputstream.c | 114 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()
|
D | gsocketconnection.c | 435 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()
|
D | glocalfileinputstream.c | 99 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()
|
D | gwin32outputstream.c | 233 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()
|
D | gtcpconnection.c | 125 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()
|
D | gwin32inputstream.c | 246 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()
|
D | gunixoutputstream.c | 118 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()
|
D | gresourcefile.c | 844 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()
|
D | glocalfileoutputstream.c | 160 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/ |
D | soup-cache-client-input-stream.c | 66 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()
|
D | soup-io-stream.c | 177 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()
|
D | soup-client-input-stream.c | 212 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()
|
D | soup-body-output-stream.c | 291 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()
|
D | soup-filter-input-stream.c | 146 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()
|
D | soup-body-input-stream.c | 365 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()
|
D | soup-directory-input-stream.c | 202 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/ |
D | gwinhttpfileinputstream.c | 82 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()
|
D | gwinhttpfileoutputstream.c | 72 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()
|