Lines Matching refs:url
109 const char* url) { in getPlayerType() argument
110 GET_PLAYER_TYPE_IMPL(client, url); in getPlayerType()
201 const char* url, in scoreFactory() argument
208 if (!strncasecmp("http://", url, 7) in scoreFactory()
209 || !strncasecmp("https://", url, 8) in scoreFactory()
210 || !strncasecmp("file://", url, 7)) { in scoreFactory()
211 size_t len = strlen(url); in scoreFactory()
212 if (len >= 5 && !strcasecmp(".m3u8", &url[len - 5])) { in scoreFactory()
216 if (strstr(url,"m3u8")) { in scoreFactory()
220 if ((len >= 4 && !strcasecmp(".sdp", &url[len - 4])) || strstr(url, ".sdp?")) { in scoreFactory()
225 if (!strncasecmp("rtsp://", url, 7)) { in scoreFactory()
247 const char* url, in scoreFactory() argument
263 int lenURL = strlen(url); in scoreFactory()
268 if (!strncasecmp(url + start, FILE_EXTS[i], len)) { in scoreFactory()
316 const char* url, in scoreFactory() argument
318 if (TestPlayerStub::canBeUsed(url)) { in scoreFactory()