url_seek 100 libavformat/avio.c if(!uc->is_streamed && url_seek(uc, 0, SEEK_SET) < 0)
url_seek 168 libavformat/avio.c if (!h->prot->url_seek)
url_seek 170 libavformat/avio.c ret = h->prot->url_seek(h, pos, whence);
url_seek 198 libavformat/avio.c size= url_seek(h, 0, AVSEEK_SIZE);
url_seek 200 libavformat/avio.c pos = url_seek(h, 0, SEEK_CUR);
url_seek 201 libavformat/avio.c if ((size = url_seek(h, -1, SEEK_END)) < 0)
url_seek 204 libavformat/avio.c url_seek(h, pos, SEEK_SET);
url_seek 75 libavformat/avio.h int64_t url_seek(URLContext *h, int64_t pos, int whence);
url_seek 141 libavformat/avio.h int64_t (*url_seek)(URLContext *h, int64_t pos, int whence);
url_seek 561 libavformat/aviobuf.c url_read, url_write, url_seek) < 0) {