Home
last modified time | relevance | path

Searched refs:skip_async (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/gio/
Dginputstream.h85 void (* skip_async) (GInputStream *stream, member
Dgunixinputstream.c124 stream_class->skip_async = g_unix_input_stream_skip_async; in g_unix_input_stream_class_init()
Dgmemoryinputstream.c125 istream_class->skip_async = g_memory_input_stream_skip_async;
Dginputstream.c115 klass->skip_async = g_input_stream_real_skip_async; in g_input_stream_class_init()
1064 class->skip_async (stream, count, io_priority, cancellable, in g_input_stream_skip_async()
Dgbufferedinputstream.c153 istream_class->skip_async = g_buffered_input_stream_skip_async; in G_DEFINE_TYPE_WITH_CODE()
/third_party/quickjs/
Drun-test262.c66 int skip_async; variable
1020 skip_async = !str_equal(q, "yes"); in load_config()
1621 skip |= skip_async; in run_test()