Home
last modified time | relevance | path

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

/curl/lib/
H A Dcurl_ctype.h38 #define ISALPHA(x) (ISLOWER(x) || ISUPPER(x)) macro
H A Dparsedate.c377 if(ISALPHA(*date)) { in parsedate()
381 while(ISALPHA(*p) && (len < NAME_LEN)) { in parsedate()
H A Dcurl_fnmatch.c314 found = ISALPHA(*s); in loop()
H A Durlapi.c217 if(ISALPHA(url[0])) in Curl_is_absolute_url()
1790 if(ISALPHA(*s)) { in curl_url_set()
H A Durl.c2849 while(*ptr && (ISALPHA(*ptr) || ISXDIGIT(*ptr) || (*ptr == '-') ||
/curl/src/
H A Dtool_cb_hdr.c177 while((p < end) && *p && !ISALPHA(*p)) in tool_header_cb()
H A Dtool_urlglob.c201 if(ISALPHA(*pattern)) { in glob_range()
H A Dtool_getparam.c431 (ISALPHA(cert_parameter[0])) ) { in parse_cert_parameter()

Completed in 38 milliseconds