Searched refs:ffurl_read (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dgopher.c112 int len = ffurl_read(s->hd, buf, size);
H A Drtmphttp.c76 if ((ret = ffurl_read(rt->stream, &c, 1)) < 0)
112 ret = ffurl_read(rt->stream, buf + off, size);
229 ret = ffurl_read(rt->stream, rt->client_id + off, sizeof(rt->client_id) - off);
H A Dcache.c84 r = ffurl_read(c->inner, buf, size);
H A Durl.h148 int ffurl_read(URLContext *h, unsigned char *buf, int size);
H A Dsapdec.c96 ret = ffurl_read(sap->ann_fd, recvbuf, sizeof(recvbuf) - 1);
199 ret = ffurl_read(sap->ann_fd, recvbuf, sizeof(recvbuf));
H A Dconcat.c130 result = ffurl_read(nodes[i].uc, buf, size);
H A Dcrypto.c121 int n = ffurl_read(c->hd, c->inbuffer + c->indata,
H A Dsrtpproto.c101 ret = ffurl_read(s->rtp_hd, buf, size);
H A Dsubfile.c106 ret = ffurl_read(c->h, buf, size);
H A Dftp.c79 len = ffurl_read(s->conn_control, s->control_buffer, CONTROL_BUFFER_SIZE);
688 read = ffurl_read(s->conn_data, buf, size);
H A Drtmppkt.c164 if (ffurl_read(h, &hdr, 1) != 1)
300 if (ffurl_read(h, &hdr, 1) != 1)
H A Dhlsproto.c262 ret = ffurl_read(s->seg_hd, buf, size);
H A Davio.c330 int ffurl_read(URLContext *h, unsigned char *buf, int size) function
H A Drtmpcrypt.c282 ret = ffurl_read(rt->stream, buf, size);
H A Dhttp.c295 len = ffurl_read(s->hd, s->buffer, BUFFER_SIZE);
833 len = ffurl_read(s->hd, buf, size);
1195 * Reading that requires using the proper ffurl_read() function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dgopher.c112 int len = ffurl_read(s->hd, buf, size);
H A Durl.h133 int ffurl_read(URLContext *h, unsigned char *buf, int size);
H A Dsapdec.c97 ret = ffurl_read(sap->ann_fd, recvbuf, sizeof(recvbuf) - 1);
200 ret = ffurl_read(sap->ann_fd, recvbuf, sizeof(recvbuf));
H A Dconcat.c133 result = ffurl_read(nodes[i].uc, buf, size);
H A Dcrypto.c121 int n = ffurl_read(c->hd, c->inbuffer + c->indata,
H A Davio.c217 return ffurl_read(h, buf, size);
341 int ffurl_read(URLContext *h, unsigned char *buf, int size) function
H A Dhttp.c201 len = ffurl_read(s->hd, s->buffer, BUFFER_SIZE);
432 len = ffurl_read(s->hd, buf, size);
649 // Reading that requires using the proper ffurl_read() function
H A Dapplehttpproto.c251 ret = ffurl_read(s->seg_hd, buf, size);
H A Drtmppkt.c83 if (ffurl_read(h, &hdr, 1) != 1)
H A Drtsp.c1661 ret = ffurl_read(rtsp_st->rtp_handle, buf, buf_size);
1951 ret = ffurl_read(in, recvbuf, sizeof(recvbuf));

Completed in 239 milliseconds

12