Searched refs:UrlTypes (Results 1 – 4 of 4) sorted by relevance
370 } UrlTypes; typedef372 extern UrlTypes LYCheckForProxyURL(char *filename);373 extern UrlTypes is_url(char *filename);
37 static int fix_httplike_urls(DocInfo *doc, UrlTypes type);72 UrlTypes url_type = NOT_A_URL_TYPE; in getfile()1470 static int fix_httplike_urls(DocInfo *doc, UrlTypes type) in fix_httplike_urls()
2198 UrlTypes LYCheckForProxyURL(char *filename) in LYCheckForProxyURL()2289 UrlTypes is_url(char *filename) in is_url()2293 UrlTypes result = NOT_A_URL_TYPE; in is_url()
6618 an error introduced when changing UrlTypes to an enum (reported by KW) -TD6703 * remove dangling comma in UrlTypes enum (reported by Paul Gilmartin) -TD