Searched refs:IS_MARK (Results 1 – 2 of 2) sorted by relevance
182 #define IS_MARK(c) ((c) == '-' || (c) == '_' || (c) == '.' || \ macro185 #define IS_USERINFO_CHAR(c) (IS_ALPHANUM(c) || IS_MARK(c) || (c) == '%' || \
95 #define IS_MARK(x) (((x) == '-') || ((x) == '_') || ((x) == '.') || \ macro121 #define IS_UNRESERVED(x) (IS_ALPHANUM(x) || IS_MARK(x))