Searched refs:G_SEEK_CUR (Results 1 – 15 of 15) sorted by relevance
/third_party/glib/gio/tests/ |
D | memory-output-stream.c | 95 g_assert (!g_seekable_seek (G_SEEKABLE (mo), 222, G_SEEK_CUR, NULL, &error)); in test_seek_fixed() 104 g_assert (g_seekable_seek (G_SEEKABLE (mo), 20, G_SEEK_CUR, NULL, &error)); in test_seek_fixed() 108 g_assert (!g_seekable_seek (G_SEEKABLE (mo), 200, G_SEEK_CUR, NULL, &error)); in test_seek_fixed() 139 g_assert (g_seekable_seek (G_SEEKABLE (mo), 222, G_SEEK_CUR, NULL, &error)); in test_seek_resizable_stream() 147 g_assert (g_seekable_seek (G_SEEKABLE (mo), 20, G_SEEK_CUR, NULL, &error)); in test_seek_resizable_stream() 151 g_assert (g_seekable_seek (G_SEEKABLE (mo), 200, G_SEEK_CUR, NULL, &error)); in test_seek_resizable_stream() 210 g_seekable_seek (G_SEEKABLE (mo), 0, G_SEEK_CUR, NULL, NULL); in test_data_size()
|
D | buffered-input-stream.c | 470 ret = g_seekable_seek (G_SEEKABLE (in), 1, G_SEEK_CUR, NULL, &error); in test_seek() 480 ret = g_seekable_seek (G_SEEKABLE (in), -2, G_SEEK_CUR, NULL, &error); in test_seek() 490 ret = g_seekable_seek (G_SEEKABLE (in), 6, G_SEEK_CUR, NULL, &error); in test_seek() 500 ret = g_seekable_seek (G_SEEKABLE (in), -6, G_SEEK_CUR, NULL, &error); in test_seek()
|
D | buffered-output-stream.c | 146 ret = g_seekable_seek (seekable, 2, G_SEEK_CUR, NULL, &error); in test_seek() 161 ret = g_seekable_seek (seekable, -4, G_SEEK_CUR, NULL, &error); in test_seek()
|
D | data-output-stream.c | 339 res = g_seekable_seek (seekable, 2, G_SEEK_CUR, NULL, &error); in test_seek() 358 res = g_seekable_seek (seekable, -3, G_SEEK_CUR, NULL, &error); in test_seek()
|
D | memory-input-stream.c | 205 g_assert (!g_seekable_seek (G_SEEKABLE (stream), 26, G_SEEK_CUR, NULL, &error)); in test_seek()
|
/third_party/libsoup/libsoup/ |
D | soup-body-input-stream.c | 442 case G_SEEK_CUR: in soup_body_input_stream_seek() 464 G_SEEK_CUR, cancellable, error)) in soup_body_input_stream_seek()
|
/third_party/glib/gio/ |
D | glocalfileinputstream.c | 241 case G_SEEK_CUR: in seek_type_to_lseek()
|
D | gmemoryinputstream.c | 458 case G_SEEK_CUR: in g_memory_input_stream_seek()
|
D | gmemoryoutputstream.c | 749 case G_SEEK_CUR: in g_memory_output_stream_seek()
|
D | glocalfileoutputstream.c | 532 case G_SEEK_CUR: in seek_type_to_lseek()
|
D | gbufferedinputstream.c | 897 if (type == G_SEEK_CUR) in g_buffered_input_stream_seek()
|
/third_party/glib/glib/ |
D | giochannel.h | 79 G_SEEK_CUR, enumerator
|
D | giochannel.c | 399 case G_SEEK_CUR: in g_io_channel_seek() 1106 case G_SEEK_CUR: /* The user is seeking relative to the head of the buffer */ in g_io_channel_seek_position() 2254 status = g_io_channel_seek_position (channel, 0, G_SEEK_CUR, error); in g_io_channel_write_chars()
|
D | giounix.c | 280 case G_SEEK_CUR: in g_io_unix_seek()
|
D | giowin32.c | 1300 case G_SEEK_CUR: in g_io_win32_fd_seek()
|