OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skip_finish
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/glib/gio/
ginputstream.h
93
gssize (*
skip_finish
) (GInputStream *stream,
member in struct:_GInputStreamClass
ginputstream.c
132
klass->
skip_finish
= g_input_stream_real_skip_finish;
747
return class->
skip_finish
(stream, result, error);
[
all
...]
gfilterinputstream.c
125
istream_class->
skip_finish
= g_filter_input_stream_skip_finish;
gmemoryinputstream.c
138
istream_class->
skip_finish
= g_memory_input_stream_skip_finish;
gunixinputstream.c
146
stream_class->
skip_finish
= g_unix_input_stream_skip_finish;
gbufferedinputstream.c
154
istream_class->
skip_finish
= g_buffered_input_stream_skip_finish;
[
all
...]
Completed in 47 milliseconds