Searched defs:IS_RESERVED (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Duri.c112 #define IS_RESERVED(x) (((x) == ';') || ((x) == '/') || ((x) == '?') || \ macro
1102 if (IS_RESERVED(*(p)) || IS_UNRESERVED(*(p)))
1275 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p))))
1301 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p))))

Completed in 177 milliseconds