Searched refs:IS_UNRESERVED (Results 1 – 1 of 1) sorted by relevance
89 #define IS_UNRESERVED(x) (IS_ALPHANUM(x) || IS_MARK(x)) macro1062 if (IS_RESERVED(*(p)) || IS_UNRESERVED(*(p))) in xmlSaveUri()1102 if ((IS_UNRESERVED(*(p))) || in xmlSaveUri()1190 if ((IS_UNRESERVED(*(p))) || in xmlSaveUri()1258 if ((IS_UNRESERVED(*(p))) || ((*(p) == '/')) || in xmlSaveUri()1330 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p)))) in xmlSaveUri()1370 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p)))) in xmlSaveUri()1780 if ((ch != '@') && (!IS_UNRESERVED(ch)) && (!xmlStrchr(list, ch))) { in xmlURIEscapeStr()