Searched refs:close_async (Results 1 – 16 of 16) sorted by relevance
/third_party/glib/gio/ |
D | gtcpconnection.c | 131 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()
|
D | giostream.h | 64 void (* close_async) (GIOStream *stream, member
|
D | gfileenumerator.h | 77 void (* close_async) (GFileEnumerator *enumerator, member
|
D | ginputstream.h | 94 void (* close_async) (GInputStream *stream, member
|
D | gfileenumerator.c | 157 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()
|
D | giostream.c | 170 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()
|
D | ginputstream.c | 117 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()
|
D | goutputstream.c | 161 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()
|
D | goutputstream.h | 113 void (* close_async) (GOutputStream *stream, member
|
D | gmemoryinputstream.c | 127 istream_class->close_async = g_memory_input_stream_close_async;
|
D | gsocketconnection.c | 446 stream_class->close_async = g_socket_connection_close_async; in g_socket_connection_class_init()
|
D | gmemoryoutputstream.c | 142 ostream_class->close_async = g_memory_output_stream_close_async;
|
D | gbufferedoutputstream.c | 147 ostream_class->close_async = g_buffered_output_stream_close_async; in G_DEFINE_TYPE_WITH_CODE()
|
/third_party/glib/gio/tests/ |
D | gdbus-close-pending.c | 188 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/ |
D | soup-io-stream.c | 190 io_stream_class->close_async = soup_io_stream_close_async; in soup_io_stream_class_init()
|
D | soup-client-input-stream.c | 223 input_stream_class->close_async = soup_client_input_stream_close_async; in soup_client_input_stream_class_init()
|