OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skip_async
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/glib/gio/
ginputstream.h
87
void (*
skip_async
) (GInputStream *stream,
member in struct:_GInputStreamClass
ginputstream.c
131
klass->
skip_async
= g_input_stream_real_skip_async;
709
class->
skip_async
(stream, count, io_priority, cancellable,
[
all
...]
gfilterinputstream.c
124
istream_class->
skip_async
= g_filter_input_stream_skip_async;
gmemoryinputstream.c
137
istream_class->
skip_async
= g_memory_input_stream_skip_async;
gunixinputstream.c
145
stream_class->
skip_async
= g_unix_input_stream_skip_async;
gbufferedinputstream.c
153
istream_class->
skip_async
= g_buffered_input_stream_skip_async;
[
all
...]
Completed in 32 milliseconds