Searched refs:URL_PROTOCOLS (Results 1 – 1 of 1) sorted by relevance
804 char *URL_PROTOCOLS[] = {"http://", "https://", "ftp://", "mailto:"}; variable813 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()