Home
last modified time | relevance | path

Searched refs:URL_PROTOCOLS (Results 1 – 1 of 1) sorted by relevance

/external/clearsilver/util/
Dneo_str.c804 char *URL_PROTOCOLS[] = {"http://", "https://", "ftp://", "mailto:"}; variable
813 int num_protocols = sizeof(URL_PROTOCOLS) / sizeof(char*); in neos_url_validate()
844 if ((inlen >= strlen(URL_PROTOCOLS[i])) && in neos_url_validate()
845 strncmp(in, URL_PROTOCOLS[i], strlen(URL_PROTOCOLS[i])) == 0) { in neos_url_validate()