Searched refs:g_input_stream_skip (Results 1 – 17 of 17) sorted by relevance
/third_party/glib/gio/tests/ |
D | buffered-input-stream.c | 142 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()
|
D | readwrite.c | 72 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()
|
D | filter-streams.c | 101 g_input_stream_skip (f2, 3, NULL, &error); in test_input_filter()
|
D | resources.c | 936 skipped = g_input_stream_skip (stream, 1, NULL, &error); in test_uri_file()
|
/third_party/glib/gio/ |
D | ginputstream.h | 134 gssize g_input_stream_skip (GInputStream *stream,
|
D | gfilterinputstream.c | 285 nskipped = g_input_stream_skip (base_stream, in g_filter_input_stream_skip()
|
D | gdatainputstream.c | 980 bytes = g_input_stream_skip (stream, skip_length, NULL, NULL); in g_data_input_stream_read_complete()
|
D | gresourcefile.c | 894 return g_input_stream_skip (file->stream, in g_resource_file_input_stream_skip()
|
D | gbufferedinputstream.c | 725 nread = g_input_stream_skip (base_stream, in g_buffered_input_stream_skip()
|
D | ginputstream.c | 363 g_input_stream_skip (GInputStream *stream, in g_input_stream_skip() function
|
/third_party/libsoup/libsoup/ |
D | soup-body-input-stream.c | 283 skipped = g_input_stream_skip (G_FILTER_INPUT_STREAM (stream)->base_stream, in soup_body_input_stream_skip()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 637 g_input_stream_skip
|
/third_party/glib/po/ |
D | be@latin.po | 4110 #~ msgid "Too large count value passed to g_input_stream_skip" 4111 #~ msgstr "Funkcyi g_input_stream_skip pieradadzieny nadta vialiki ličylnik"
|
D | th.po | 5488 #~ msgid "Too large count value passed to g_input_stream_skip" 5489 #~ msgstr "มีการส่งค่า count ที่สูงเกินไปมาให้ g_input_stream_skip"
|
D | he.po | 6434 #~ msgid "Too large count value passed to g_input_stream_skip" 6435 #~ msgstr "Too large count value passed to g_input_stream_skip"
|
D | pt.po | 6593 #~ 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/ |
D | NEWS | 159 - #587 g_input_stream_skip() out-of-bounds behavior is inconsistent between implementations
|