Searched refs:http_read_stream (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.c875 static int http_read_stream(URLContext *h, uint8_t *buf, int size) function
914 // Like http_read_stream(), but no short reads.
920 int len = http_read_stream(h, buf + pos, size - pos);
974 size = http_read_stream(h, buf, size);

Completed in 34 milliseconds