Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgtcpconnection.c131 stream_class->close_async = g_tcp_connection_close_async; in g_tcp_connection_class_init()
285 ->close_async (stream, io_priority, cancellable, callback, user_data); in g_tcp_connection_close_async()
Dgiostream.h64 void (* close_async) (GIOStream *stream, member
Dgfileenumerator.h77 void (* close_async) (GFileEnumerator *enumerator, member
Dginputstream.h94 void (* close_async) (GInputStream *stream, member
Dgfileenumerator.c157 klass->close_async = g_file_enumerator_real_close_async; in g_file_enumerator_class_init()
485 (* class->close_async) (enumerator, io_priority, cancellable, in g_file_enumerator_close_async()
Dgiostream.c170 klass->close_async = g_io_stream_real_close_async; in g_io_stream_class_init()
513 class->close_async (stream, io_priority, cancellable, in g_io_stream_close_async()
Dginputstream.c117 klass->close_async = g_input_stream_real_close_async; in g_input_stream_class_init()
1151 class->close_async (stream, io_priority, cancellable, in g_input_stream_close_async()
1308 return class->close_async == g_input_stream_real_close_async; in g_input_stream_async_close_is_via_threads()
Dgoutputstream.c161 klass->close_async = g_output_stream_real_close_async; in g_output_stream_class_init()
1967 class->close_async (stream, in async_ready_close_flushed_callback_wrapper()
2072 (class->flush == NULL || class->close_async == g_output_stream_real_close_async))) in g_output_stream_internal_close_async()
2074 class->close_async (stream, io_priority, cancellable, in g_output_stream_internal_close_async()
2291 return class->close_async == g_output_stream_real_close_async; in g_output_stream_async_close_is_via_threads()
Dgoutputstream.h113 void (* close_async) (GOutputStream *stream, member
Dgmemoryinputstream.c127 istream_class->close_async = g_memory_input_stream_close_async;
Dgsocketconnection.c446 stream_class->close_async = g_socket_connection_close_async; in g_socket_connection_class_init()
Dgmemoryoutputstream.c142 ostream_class->close_async = g_memory_output_stream_close_async;
Dgbufferedoutputstream.c147 ostream_class->close_async = g_buffered_output_stream_close_async; in G_DEFINE_TYPE_WITH_CODE()
/third_party/glib/gio/tests/
Dgdbus-close-pending.c188 close_async (df->stream, df->io_priority, df->cancellable, df->callback, in delayed_close_cb()
232 ostream_class->close_async = my_slow_close_output_stream_close_async; in my_slow_close_output_stream_class_init()
/third_party/libsoup/libsoup/
Dsoup-io-stream.c190 io_stream_class->close_async = soup_io_stream_close_async; in soup_io_stream_class_init()
Dsoup-client-input-stream.c223 input_stream_class->close_async = soup_client_input_stream_close_async; in soup_client_input_stream_class_init()