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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dcrypto.c64 const char *nested_url; local
68 if (!av_strstart(uri, "crypto+", &nested_url) &&
69 !av_strstart(uri, "crypto:", &nested_url)) {
85 if ((ret = ffurl_open(&c->hd, nested_url, AVIO_FLAG_READ,
H A Dhlsproto.c193 const char *nested_url; local
200 if (av_strstart(uri, "hls+", &nested_url)) {
201 av_strlcpy(s->playlisturl, nested_url, sizeof(s->playlisturl));
202 } else if (av_strstart(uri, "hls://", &nested_url)) {
205 nested_url);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dcrypto.c64 const char *nested_url; local
68 if (!av_strstart(uri, "crypto+", &nested_url) &&
69 !av_strstart(uri, "crypto:", &nested_url)) {
85 if ((ret = ffurl_open(&c->hd, nested_url, AVIO_FLAG_READ,
H A Dapplehttpproto.c191 const char *nested_url; local
198 if (av_strstart(uri, "applehttp+", &nested_url)) {
199 av_strlcpy(s->playlisturl, nested_url, sizeof(s->playlisturl));
200 } else if (av_strstart(uri, "applehttp://", &nested_url)) {
202 av_strlcat(s->playlisturl, nested_url, sizeof(s->playlisturl));

Completed in 88 milliseconds