Searched refs:IS_UNRESERVED (Results 1 – 2 of 2) 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()
120 #define IS_UNRESERVED(x) (IS_ALPHANUM(x) || IS_MARK(x)) macro1098 if (IS_RESERVED(*(p)) || IS_UNRESERVED(*(p))) in xmlSaveUri()1125 if ((IS_UNRESERVED(*(p))) || in xmlSaveUri()1178 if ((IS_UNRESERVED(*(p))) || in xmlSaveUri()1227 if ((IS_UNRESERVED(*(p))) || ((*(p) == '/')) || in xmlSaveUri()1271 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p)))) in xmlSaveUri()1297 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p)))) in xmlSaveUri()1701 if ((ch != '@') && (!IS_UNRESERVED(ch)) && (!xmlStrchr(list, ch))) { in xmlURIEscapeStr()