Searched refs:http_read_stream_all (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttp.c916 static int http_read_stream_all(URLContext *h, uint8_t *buf, int size) function
943 int len = http_read_stream_all(h, &ch, 1);
950 ret = http_read_stream_all(h, data, len);

Completed in 64 milliseconds