Home | History | Annotate | Download | only in src

Lines Matching defs:stream_offset

272   int64_t stream_offset;
804 s->stream_offset = ne_io_tell(ctx->io);
805 if (s->stream_offset < 0)
818 r = ne_io_seek(ctx->io, s->stream_offset, NESTEGG_SEEK_SET);