Searched refs:ISALNUM (Results 1 – 13 of 13) sorted by relevance
41 #define ISALNUM(x) (isalnum((int) ((unsigned char)x))) macro66 #define ISALNUM(x) (Curl_isalnum((int) ((unsigned char)x))) macro
632 if(ISALNUM(c)) { in Curl_ftp_parselist()648 else if(!ISALNUM(c) && c != '.') { in Curl_ftp_parselist()656 if(ISALNUM(c)) { in Curl_ftp_parselist()670 else if(!ISALNUM(c) && c != '.') { in Curl_ftp_parselist()678 if(ISALNUM(c)) { in Curl_ftp_parselist()706 else if(!ISALNUM(c) && c != '.' && c != ':') { in Curl_ftp_parselist()
156 if(ISALNUM(c) && *p++ == '-') { in setcharorrange()319 found = ISALNUM(*s); in loop()
347 while(*p && ISALNUM(*p)) in getalnum()477 while(*p && (ISALNUM(*p) || (*p == '.') || (*p == '-'))) in Curl_altsvc_parse()
262 while(**date && !ISALNUM(**date)) in skip()
249 else if(ISALNUM(s) || (s == '+') || (s == '-') || (s == '.') ) { in Curl_is_absolute_url()
201 if (!ISALNUM (s[strlen (subtag)])) in subtag_matches()306 for (i = 0; i < 4 && ISALNUM (s[i]); i++) in parse_private_use_subtag()
249 static inline bool ISALNUM (unsigned char c) in ISALNUM() function
899 while (*pp < end && (ISALNUM(**pp) || **pp == '_')) in parse_tag()
44 #define ISALNUM(c) Py_ISALNUM(c) macro
322 while(!ISALNUM(*token)) { /* may be NULL if token is all modifiers */ in proto2num()
336 if(ISALNUM(c) || c == '.' || c == '%') { in peek_ipv6()
2303 IMPL_CTYPE_FN(ISALNUM) in IMPL_CTYPE_FN() argument