Searched refs:IS_UNRESERVED (Results 1 – 1 of 1) sorted by relevance
120 #define IS_UNRESERVED(x) (IS_ALPHANUM(x) || IS_MARK(x)) macro1100 if (IS_RESERVED(*(p)) || IS_UNRESERVED(*(p))) in xmlSaveUri()1127 if ((IS_UNRESERVED(*(p))) || in xmlSaveUri()1182 if ((IS_UNRESERVED(*(p))) || in xmlSaveUri()1229 if ((IS_UNRESERVED(*(p))) || ((*(p) == '/')) || in xmlSaveUri()1273 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p)))) in xmlSaveUri()1299 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p)))) in xmlSaveUri()1703 if ((ch != '@') && (!IS_UNRESERVED(ch)) && (!xmlStrchr(list, ch))) { in xmlURIEscapeStr()