Searched refs:ISURLPUNTCS (Results 1 - 1 of 1) sorted by relevance
/third_party/curl/lib/ | ||
H A D | curl_ctype.h | 46 #define ISURLPUNTCS(x) (((x) == '-') || ((x) == '.') || ((x) == '_') || \ macro 48 #define ISUNRESERVED(x) (ISALNUM(x) || ISURLPUNTCS(x)) |
Completed in 1 milliseconds