ffurl_seek        208 libavformat/avio.c         if (!uc->is_streamed && ffurl_seek(uc, 0, SEEK_SET) < 0)
ffurl_seek        423 libavformat/avio.c     size = ffurl_seek(h, 0, AVSEEK_SIZE);
ffurl_seek        425 libavformat/avio.c         pos = ffurl_seek(h, 0, SEEK_CUR);
ffurl_seek        426 libavformat/avio.c         if ((size = ffurl_seek(h, -1, SEEK_END)) < 0)
ffurl_seek        429 libavformat/avio.c         ffurl_seek(h, pos, SEEK_SET);
ffurl_seek        781 libavformat/aviobuf.c                             (void*)ffurl_read, (void*)ffurl_write, (void*)ffurl_seek);
ffurl_seek        194 libavformat/cache.c         r = ffurl_seek(c->inner, c->logical_pos, SEEK_SET);
ffurl_seek        226 libavformat/cache.c         pos= ffurl_seek(c->inner, pos, whence);
ffurl_seek        228 libavformat/cache.c             pos= ffurl_seek(c->inner, -1, SEEK_END);
ffurl_seek        229 libavformat/cache.c             if (ffurl_seek(c->inner, c->inner_pos, SEEK_SET) < 0)
ffurl_seek        254 libavformat/cache.c     ret= ffurl_seek(c->inner, pos, whence);
ffurl_seek        138 libavformat/concat.c                 ffurl_seek(nodes[++i].uc, 0, SEEK_SET) < 0)
ffurl_seek        165 libavformat/concat.c         pos += ffurl_seek(nodes[i].uc, 0, SEEK_CUR);
ffurl_seek        176 libavformat/concat.c     result = ffurl_seek(nodes[i].uc, pos, whence);
ffurl_seek        726 libavformat/dashenc.c     if (ffurl_seek(fd, pos, SEEK_SET) != pos) {
ffurl_seek        995 libavformat/hls.c         int seekret = ffurl_seek(pls->input, seg->url_offset, SEEK_SET);
ffurl_seek       1146 libavformat/rtmpproto.c     if ((in_size = ffurl_seek(stream, 0, AVSEEK_SIZE)) < 0) {
ffurl_seek        113 libavformat/smoothstreamingenc.c             ffurl_seek(os->out, offset - os->cur_start_pos, SEEK_SET);
ffurl_seek        134 libavformat/smoothstreamingenc.c             ffurl_seek(os->out, offset - frag->start_pos, SEEK_SET);
ffurl_seek        136 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        179 libavformat/url.h int64_t ffurl_seek(URLContext *h, int64_t pos, int whence);