HomeSort by relevance Sort by last modified time
    Searched refs:g_input_stream_skip (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/glib/gio/tests/
buffered-input-stream.c 43 g_assert_cmpint (g_input_stream_skip (in, 3, NULL, NULL), ==, 3);
  /external/bluetooth/glib/gio/
ginputstream.h 127 gssize g_input_stream_skip (GInputStream *stream,
gfilterinputstream.c 319 nskipped = g_input_stream_skip (base_stream,
gio.symbols 492 g_input_stream_skip
gdatainputstream.c 966 bytes = g_input_stream_skip (G_INPUT_STREAM (data->stream),
    [all...]
ginputstream.c 43 * (g_input_stream_skip()).
285 * g_input_stream_skip:
309 g_input_stream_skip (GInputStream *stream, function
    [all...]
gbufferedinputstream.c 732 nread = g_input_stream_skip (base_stream,
    [all...]

Completed in 29 milliseconds