Home | History | Annotate | Download | only in libxml2

Lines Matching refs:IS_RESERVED

111 #define IS_RESERVED(x) (((x) == ';') || ((x) == '/') || ((x) == '?') || \
1098 if (IS_RESERVED(*(p)) || IS_UNRESERVED(*(p)))
1271 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p))))
1297 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p))))