Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:strncasecmp

163     if (!strncasecmp("http://", url, 7)
164 || !strncasecmp("https://", url, 8)
165 || !strncasecmp("file://", url, 7)) {
189 } else if (!strncasecmp(url, "rtsp://", 7)) {
191 } else if ((!strncasecmp(url, "http://", 7)
192 || !strncasecmp(url, "https://", 8))