jas_stream_tell   969 3rdparty/libjasper/jas_stream.c     if ((oldpos = jas_stream_tell(stream)) < 0) {
jas_stream_tell   975 3rdparty/libjasper/jas_stream.c     if ((pos = jas_stream_tell(stream)) < 0) {
jas_stream_tell   396 3rdparty/libjasper/jasper/jas_stream.h long jas_stream_tell(jas_stream_t *stream);
jas_stream_tell   498 3rdparty/libjasper/jp2_cod.c         box->len = jas_stream_tell(tmpstream) + JP2_BOX_HDRLEN(false);
jas_stream_tell   237 3rdparty/libjasper/jp2_enc.c         if ((pos = jas_stream_tell(iccstream)) < 0)
jas_stream_tell   308 3rdparty/libjasper/jp2_enc.c     len = jas_stream_tell(tmpstream);
jas_stream_tell   290 3rdparty/libjasper/jpc_cs.c         if (JAS_CAST(ulong, jas_stream_tell(tmpstream)) != ms->len) {
jas_stream_tell   292 3rdparty/libjasper/jpc_cs.c               ms->len - jas_stream_tell(tmpstream));
jas_stream_tell   341 3rdparty/libjasper/jpc_cs.c         if ((len = jas_stream_tell(tmpstream)) < 0) {
jas_stream_tell   576 3rdparty/libjasper/jpc_dec.c         pos = jas_stream_tell(tile->pkthdrstream);
jas_stream_tell  1430 3rdparty/libjasper/jpc_enc.c         tilelen = jas_stream_tell(enc->tmpstream);
jas_stream_tell  1742 3rdparty/libjasper/jpc_enc.c             oldpos = jas_stream_tell(out);
jas_stream_tell  1802 3rdparty/libjasper/jpc_enc.c             pos = jas_stream_tell(out);
jas_stream_tell   184 3rdparty/libjasper/jpc_t1enc.c     oldpos = jas_stream_tell(in);
jas_stream_tell   265 3rdparty/libjasper/jpc_t1enc.c         pass->start = jas_stream_tell(cblk->stream);
jas_stream_tell   267 3rdparty/libjasper/jpc_t1enc.c assert(jas_stream_tell(cblk->stream) == jas_stream_getrwcount(cblk->stream));
jas_stream_tell   309 3rdparty/libjasper/jpc_t1enc.c             pass->end = jas_stream_tell(cblk->stream);
jas_stream_tell   320 3rdparty/libjasper/jpc_t1enc.c                 pass->end = jas_stream_tell(cblk->stream);
jas_stream_tell   322 3rdparty/libjasper/jpc_t1enc.c                 pass->end = jas_stream_tell(cblk->stream) +
jas_stream_tell   330 3rdparty/libjasper/jpc_t1enc.c assert(jas_stream_tell(cblk->stream) == jas_stream_getrwcount(cblk->stream));
jas_stream_tell   375 3rdparty/libjasper/jpc_t2enc.c             assert(jas_stream_tell(cblk->stream) == startpass->start);