Home | History | Annotate | Download | only in libxml2

Lines Matching full:is_reserved

80 #define IS_RESERVED(x) (((x) == ';') || ((x) == '/') || ((x) == '?') || \
1046 if (IS_RESERVED(*(p)) || IS_UNRESERVED(*(p)))
1314 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p))))
1354 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p))))