Home
last modified time | relevance | path

Searched refs:g_input_stream_skip (Results 1 – 17 of 17) sorted by relevance

/third_party/glib/gio/tests/
Dbuffered-input-stream.c142 g_assert_cmpint (g_input_stream_skip (in, 3, NULL, &error), ==, 3); in test_read_byte()
321 g_assert_cmpint (g_input_stream_skip (in, 7, NULL, &error), ==, 7); in test_skip()
326 g_assert_cmpint (g_input_stream_skip (in, 10, NULL, &error), ==, 10); in test_skip()
331 g_assert_cmpint (g_input_stream_skip (in, 20, NULL, &error), ==, 20); in test_skip()
336 g_assert_cmpint (g_input_stream_skip (in, 10, NULL, &error), ==, 8); in test_skip()
338 g_assert_cmpint (g_input_stream_skip (in, 10, NULL, &error), ==, 0); in test_skip()
Dreadwrite.c72 res = g_input_stream_skip (in, 5, NULL, NULL); in verify_iostream()
76 res = g_input_stream_skip (in, 10000, NULL, NULL); in verify_iostream()
Dfilter-streams.c101 g_input_stream_skip (f2, 3, NULL, &error); in test_input_filter()
Dresources.c936 skipped = g_input_stream_skip (stream, 1, NULL, &error); in test_uri_file()
/third_party/glib/gio/
Dginputstream.h134 gssize g_input_stream_skip (GInputStream *stream,
Dgfilterinputstream.c285 nskipped = g_input_stream_skip (base_stream, in g_filter_input_stream_skip()
Dgdatainputstream.c980 bytes = g_input_stream_skip (stream, skip_length, NULL, NULL); in g_data_input_stream_read_complete()
Dgresourcefile.c894 return g_input_stream_skip (file->stream, in g_resource_file_input_stream_skip()
Dgbufferedinputstream.c725 nread = g_input_stream_skip (base_stream, in g_buffered_input_stream_skip()
Dginputstream.c363 g_input_stream_skip (GInputStream *stream, in g_input_stream_skip() function
/third_party/libsoup/libsoup/
Dsoup-body-input-stream.c283 skipped = g_input_stream_skip (G_FILTER_INPUT_STREAM (stream)->base_stream, in soup_body_input_stream_skip()
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt637 g_input_stream_skip
/third_party/glib/po/
Dbe@latin.po4110 #~ msgid "Too large count value passed to g_input_stream_skip"
4111 #~ msgstr "Funkcyi g_input_stream_skip pieradadzieny nadta vialiki ličylnik"
Dth.po5488 #~ msgid "Too large count value passed to g_input_stream_skip"
5489 #~ msgstr "มีการส่งค่า count ที่สูงเกินไปมาให้ g_input_stream_skip"
Dhe.po6434 #~ msgid "Too large count value passed to g_input_stream_skip"
6435 #~ msgstr "Too large count value passed to g_input_stream_skip"
Dpt.po6593 #~ msgid "Too large count value passed to g_input_stream_skip"
6594 #~ msgstr "Valor de contagem demasiado grande passado para g_input_stream_skip"
/third_party/glib/
DNEWS159 - #587 g_input_stream_skip() out-of-bounds behavior is inconsistent between implementations