Home | History | Annotate | Download | only in gio

Lines Matching refs:skip

42  * to close a stream (g_input_stream_close()) and to skip some content
128 klass->skip = g_input_stream_real_skip;
291 * Tries to skip @count bytes from the stream. Will block during the operation.
337 res = class->skip (stream, count, cancellable, error);
635 * Request an asynchronous skip of @count bytes from the stream into the buffer
647 * can happen e.g. near the end of a file, but generally we try to skip
720 * Finishes a stream skip operation.
741 /* Special case skip of 0 bytes */
1021 op->count_skipped = class->skip (G_INPUT_STREAM (object),
1113 * Make skip use threads too, so that we can use a possible sync skip
1129 /* TODO: Skip fallback uses too much memory, should do multiple read calls */