AVSEEK_SIZE 391 libavformat/async.c if (whence == AVSEEK_SIZE) { AVSEEK_SIZE 549 libavformat/async.c if (whence == AVSEEK_SIZE) { AVSEEK_SIZE 614 libavformat/avio.c size = ffurl_seek(h, 0, AVSEEK_SIZE); AVSEEK_SIZE 253 libavformat/aviobuf.c if ((whence & AVSEEK_SIZE)) AVSEEK_SIZE 254 libavformat/aviobuf.c return s->seek ? s->seek(s->opaque, offset, AVSEEK_SIZE) : AVERROR(ENOSYS); AVSEEK_SIZE 346 libavformat/aviobuf.c size = s->seek(s->opaque, 0, AVSEEK_SIZE); AVSEEK_SIZE 218 libavformat/bluray.c case AVSEEK_SIZE: AVSEEK_SIZE 232 libavformat/cache.c if (whence == AVSEEK_SIZE) { AVSEEK_SIZE 163 libavformat/concat.c if ((whence & AVSEEK_SIZE)) AVSEEK_SIZE 256 libavformat/crypto.c int64_t newpos = ffurl_seek( c->hd, pos, AVSEEK_SIZE ); AVSEEK_SIZE 265 libavformat/crypto.c case AVSEEK_SIZE: { AVSEEK_SIZE 266 libavformat/crypto.c int64_t newpos = ffurl_seek( c->hd, pos, AVSEEK_SIZE ); AVSEEK_SIZE 255 libavformat/file.c if (whence == AVSEEK_SIZE) { AVSEEK_SIZE 765 libavformat/ftp.c case AVSEEK_SIZE: AVSEEK_SIZE 1726 libavformat/http.c if (whence == AVSEEK_SIZE) AVSEEK_SIZE 141 libavformat/libsmbclient.c if (whence == AVSEEK_SIZE) { AVSEEK_SIZE 255 libavformat/libssh.c if (libssh->filesize == -1 && (whence == AVSEEK_SIZE || whence == SEEK_END)) { AVSEEK_SIZE 261 libavformat/libssh.c case AVSEEK_SIZE: AVSEEK_SIZE 1127 libavformat/rtmpproto.c if ((in_size = ffurl_seek(stream, 0, AVSEEK_SIZE)) < 0) { AVSEEK_SIZE 122 libavformat/subfile.c if (whence == AVSEEK_SIZE || whence == SEEK_END) { AVSEEK_SIZE 124 libavformat/subfile.c if (end == INT64_MAX && (end = ffurl_seek(c->h, 0, AVSEEK_SIZE)) < 0) AVSEEK_SIZE 128 libavformat/subfile.c if (whence == AVSEEK_SIZE) AVSEEK_SIZE 113 libavformat/wtvdec.c if (whence == AVSEEK_SIZE) AVSEEK_SIZE 88 tools/aviocat.c int64_t size = avio_seek(input, 0, AVSEEK_SIZE); AVSEEK_SIZE 73 tools/target_dem_fuzzer.c } else if (whence == AVSEEK_SIZE) {