Home
last modified time | relevance | path

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

/curl/lib/
H A Dcurl_ctype.h40 #define ISALNUM(x) (ISDIGIT(x) || ISLOWER(x) || ISUPPER(x)) macro
48 #define ISUNRESERVED(x) (ISALNUM(x) || ISURLPUNTCS(x))
H A Dcurl_fnmatch.c149 if(ISALNUM(c) && *p++ == '-') { in setcharorrange()
312 found = ISALNUM(*s); in loop()
H A Dftplistparser.c655 if(ISALNUM(c)) { in Curl_ftp_parselist()
671 else if(!ISALNUM(c) && c != '.') { in Curl_ftp_parselist()
679 if(ISALNUM(c)) { in Curl_ftp_parselist()
693 else if(!ISALNUM(c) && c != '.') { in Curl_ftp_parselist()
701 if(ISALNUM(c)) { in Curl_ftp_parselist()
729 else if(!ISALNUM(c) && c != '.' && c != ':') { in Curl_ftp_parselist()
H A Dparsedate.c269 while(**date && !ISALNUM(**date)) in skip()
H A Dhttp_aws_sigv4.c288 while(*endp && ISALNUM(*endp)) in make_headers()
469 if(ISALNUM(*q)) in canon_string()
H A Daltsvc.c549 while(*p && (ISALNUM(*p) || (*p == '.') || (*p == '-'))) in Curl_altsvc_parse()
H A Durlapi.c220 if(s && (ISALNUM(s) || (s == '+') || (s == '-') || (s == '.') )) { in Curl_is_absolute_url()
1793 if(ISALNUM(*s) || (*s == '+') || (*s == '-') || (*s == '.')) in curl_url_set()
H A Dimap.c1861 if(ISALNUM(ch)) in imap_is_bchar()
/curl/src/
H A Dvar.c275 (ISALNUM(name[i]) || (name[i] == '_')); i++); in varexpand()
396 while(*line && (ISALNUM(*line) || (*line == '_'))) in setvariable()
H A Dtool_paramhlp.c406 while(!ISALNUM(*token)) { /* may be NULL if token is all modifiers */ in proto2num()

Completed in 43 milliseconds