Searched refs:IS_UNRESERVED (Results 1 – 1 of 1) sorted by relevance
121 #define IS_UNRESERVED(x) (IS_ALPHANUM(x) || IS_MARK(x)) macro1109 if (IS_RESERVED(*(p)) || IS_UNRESERVED(*(p))) in xmlSaveUri()1136 if ((IS_UNRESERVED(*(p))) || in xmlSaveUri()1191 if ((IS_UNRESERVED(*(p))) || in xmlSaveUri()1238 if ((IS_UNRESERVED(*(p))) || ((*(p) == '/')) || in xmlSaveUri()1282 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p)))) in xmlSaveUri()1308 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p)))) in xmlSaveUri()1713 if ((ch != '@') && (!IS_UNRESERVED(ch)) && (!xmlStrchr(list, ch))) { in xmlURIEscapeStr()