Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-cache-client-input-stream.c40 nread = G_INPUT_STREAM_CLASS (soup_cache_client_input_stream_parent_class)-> in soup_cache_client_input_stream_read_fn()
57 success = G_INPUT_STREAM_CLASS (soup_cache_client_input_stream_parent_class)-> in soup_cache_client_input_stream_close_fn()
69 GInputStreamClass *input_stream_class = G_INPUT_STREAM_CLASS (stream_class); in soup_cache_client_input_stream_class_init()
Dsoup-client-input-stream.c98 nread = G_INPUT_STREAM_CLASS (soup_client_input_stream_parent_class)-> in soup_client_input_stream_read_fn()
215 GInputStreamClass *input_stream_class = G_INPUT_STREAM_CLASS (stream_class); in soup_client_input_stream_class_init()
Dsoup-cache-input-stream.c299 …return G_INPUT_STREAM_CLASS (soup_cache_input_stream_parent_class)->close_fn (stream, cancellable,… in soup_cache_input_stream_close_fn()
306 GInputStreamClass *istream_class = G_INPUT_STREAM_CLASS (klass); in soup_cache_input_stream_class_init()
Dsoup-content-sniffer-stream.c231 nskipped = G_INPUT_STREAM_CLASS (soup_content_sniffer_stream_parent_class)-> in soup_content_sniffer_stream_skip()
302 G_INPUT_STREAM_CLASS (sniffer_class); in soup_content_sniffer_stream_class_init()
Dsoup-body-input-stream.c313 …return G_INPUT_STREAM_CLASS (soup_body_input_stream_parent_class)->close_fn (stream, cancellable, … in soup_body_input_stream_close_fn()
368 GInputStreamClass *input_stream_class = G_INPUT_STREAM_CLASS (stream_class); in soup_body_input_stream_class_init()
Dsoup-directory-input-stream.c204 GInputStreamClass *inputstream_class = G_INPUT_STREAM_CLASS (stream_class); in soup_directory_input_stream_class_init()
Dsoup-filter-input-stream.c149 GInputStreamClass *input_stream_class = G_INPUT_STREAM_CLASS (stream_class); in soup_filter_input_stream_class_init()
Dsoup-multipart-input-stream.c290 G_INPUT_STREAM_CLASS (multipart_class); in soup_multipart_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()
/third_party/glib/gio/
Dgsocketinputstream.c183 GInputStreamClass *ginputstream_class = G_INPUT_STREAM_CLASS (klass); in g_socket_input_stream_class_init()
Dgfilterinputstream.c87 istream_class = G_INPUT_STREAM_CLASS (klass); in G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE()
Dginputstream.h34 #define G_INPUT_STREAM_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_INPUT_STREAM, GInputStream… macro
Dglocalfileinputstream.c99 GInputStreamClass *stream_class = G_INPUT_STREAM_CLASS (klass); in g_local_file_input_stream_class_init()
Dgwin32inputstream.c246 GInputStreamClass *stream_class = G_INPUT_STREAM_CLASS (klass); in g_win32_input_stream_class_init()
Dgunixinputstream.c114 GInputStreamClass *stream_class = G_INPUT_STREAM_CLASS (klass); in g_unix_input_stream_class_init()
Dgmemoryinputstream.c120 istream_class = G_INPUT_STREAM_CLASS (klass);
Dgconverterinputstream.c114 istream_class = G_INPUT_STREAM_CLASS (klass); in G_DEFINE_TYPE_WITH_CODE()
Dgresourcefile.c844 GInputStreamClass *stream_class = G_INPUT_STREAM_CLASS (klass); in g_resource_file_input_stream_class_init()
Dgbufferedinputstream.c151 istream_class = G_INPUT_STREAM_CLASS (klass); in G_DEFINE_TYPE_WITH_CODE()
/third_party/libsoup/tests/
Dchunk-io-test.c74 GInputStreamClass *input_stream_class = G_INPUT_STREAM_CLASS (sisclass); in slow_input_stream_class_init()
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt657 G_INPUT_STREAM_CLASS