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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davio.c36 URLProtocol *ffurl_protocol_next(URLProtocol *prev) function
63 while (prev && (p = ffurl_protocol_next(p)))
68 while (p = ffurl_protocol_next(p))
95 return ffurl_protocol_next(p);
102 *p = ffurl_protocol_next(*p);
282 while (up = ffurl_protocol_next(up)) {
H A Durl.h210 URLProtocol *ffurl_protocol_next(URLProtocol *prev);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davio.c35 URLProtocol *ffurl_protocol_next(URLProtocol *prev) function
64 while (prev && (p = ffurl_protocol_next(p)))
69 while (p = ffurl_protocol_next(p))
89 *opaque = ffurl_protocol_next(*opaque);
238 while (up = ffurl_protocol_next(up)) {
H A Durl.h243 URLProtocol *ffurl_protocol_next(URLProtocol *prev);

Completed in 37 milliseconds