url_read         2261 ffmpeg.c               len = url_read(h, buffer, sizeof(buffer));
url_read          148 libavformat/avio.c     ret = h->prot->url_read(h, buf, size);
url_read           73 libavformat/avio.h int url_read(URLContext *h, unsigned char *buf, int size);
url_read          139 libavformat/avio.h     int (*url_read)(URLContext *h, unsigned char *buf, int size);
url_read          561 libavformat/aviobuf.c                       url_read, url_write, url_seek) < 0) {
url_read          116 libavformat/gopher.c     int len = url_read(s->hd, buf, size);
url_read          141 libavformat/http.c         len = url_read(s->hd, s->buffer, BUFFER_SIZE);
url_read          297 libavformat/http.c         len = url_read(s->hd, buf, size);
url_read          706 libavformat/rtsp.c         ret = url_read(h, buf+len, size-len);
url_read         1295 libavformat/rtsp.c                     ret = url_read(rtsp_st->rtp_handle, buf, buf_size);