Searched refs:IS_UNRESERVED (Results 1 – 1 of 1) sorted by relevance
89 #define IS_UNRESERVED(x) (IS_ALPHANUM(x) || IS_MARK(x)) macro1046 if (IS_RESERVED(*(p)) || IS_UNRESERVED(*(p))) in xmlSaveUri()1086 if ((IS_UNRESERVED(*(p))) || in xmlSaveUri()1174 if ((IS_UNRESERVED(*(p))) || in xmlSaveUri()1242 if ((IS_UNRESERVED(*(p))) || ((*(p) == '/')) || in xmlSaveUri()1314 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p)))) in xmlSaveUri()1354 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p)))) in xmlSaveUri()1764 if ((ch != '@') && (!IS_UNRESERVED(ch)) && (!xmlStrchr(list, ch))) { in xmlURIEscapeStr()