ffurl_seek 197 libavformat/async.c seek_ret = ffurl_seek(c->inner, c->seek_pos, c->seek_whence); ffurl_seek 617 libavformat/async.c pos = ffurl_seek(h, 0, SEEK_CUR); ffurl_seek 622 libavformat/async.c printf("read-error: AVERROR_EOF at %"PRId64"\n", ffurl_seek(h, 0, SEEK_CUR)); ffurl_seek 628 libavformat/async.c printf("read-error: %d at %"PRId64"\n", ret, ffurl_seek(h, 0, SEEK_CUR)); ffurl_seek 651 libavformat/async.c pos = ffurl_seek(h, TEST_SEEK_POS, SEEK_SET); ffurl_seek 662 libavformat/async.c printf("read-error: %d at %"PRId64"\n", ret, ffurl_seek(h, 0, SEEK_CUR)); ffurl_seek 222 libavformat/avio.c if (!uc->is_streamed && ffurl_seek(uc, 0, SEEK_SET) < 0) ffurl_seek 614 libavformat/avio.c size = ffurl_seek(h, 0, AVSEEK_SIZE); ffurl_seek 616 libavformat/avio.c pos = ffurl_seek(h, 0, SEEK_CUR); ffurl_seek 617 libavformat/avio.c if ((size = ffurl_seek(h, -1, SEEK_END)) < 0) ffurl_seek 620 libavformat/avio.c ffurl_seek(h, pos, SEEK_SET); ffurl_seek 936 libavformat/aviobuf.c (int64_t (*)(void *, int64_t, int))ffurl_seek); ffurl_seek 201 libavformat/cache.c r = ffurl_seek(c->inner, c->logical_pos, SEEK_SET); ffurl_seek 233 libavformat/cache.c pos= ffurl_seek(c->inner, pos, whence); ffurl_seek 235 libavformat/cache.c pos= ffurl_seek(c->inner, -1, SEEK_END); ffurl_seek 236 libavformat/cache.c if (ffurl_seek(c->inner, c->inner_pos, SEEK_SET) < 0) ffurl_seek 261 libavformat/cache.c ret= ffurl_seek(c->inner, pos, whence); ffurl_seek 142 libavformat/concat.c ffurl_seek(nodes[++i].uc, 0, SEEK_SET) < 0) ffurl_seek 174 libavformat/concat.c pos += ffurl_seek(nodes[i].uc, 0, SEEK_CUR); ffurl_seek 185 libavformat/concat.c result = ffurl_seek(nodes[i].uc, pos, whence); ffurl_seek 256 libavformat/crypto.c int64_t newpos = ffurl_seek( c->hd, pos, AVSEEK_SIZE ); ffurl_seek 266 libavformat/crypto.c int64_t newpos = ffurl_seek( c->hd, pos, AVSEEK_SIZE ); ffurl_seek 297 libavformat/crypto.c newpos = ffurl_seek( c->hd, c->position, SEEK_SET ); ffurl_seek 1127 libavformat/rtmpproto.c if ((in_size = ffurl_seek(stream, 0, AVSEEK_SIZE)) < 0) { ffurl_seek 109 libavformat/smoothstreamingenc.c ffurl_seek(os->out, offset - os->cur_start_pos, SEEK_SET); ffurl_seek 132 libavformat/smoothstreamingenc.c ffurl_seek(os->out, offset - frag->start_pos, SEEK_SET); ffurl_seek 134 libavformat/smoothstreamingenc.c ffurl_seek(os->out2, offset - frag->start_pos, SEEK_SET); ffurl_seek 59 libavformat/subfile.c if ((ret = ffurl_seek(c->h, c->pos, SEEK_SET)) != c->pos) { ffurl_seek 124 libavformat/subfile.c if (end == INT64_MAX && (end = ffurl_seek(c->h, 0, AVSEEK_SIZE)) < 0) ffurl_seek 219 libavformat/url.h int64_t ffurl_seek(URLContext *h, int64_t pos, int whence);