Searched refs:IS_UNRESERVED (Results 1 – 1 of 1) sorted by relevance
120 #define IS_UNRESERVED(x) (IS_ALPHANUM(x) || IS_MARK(x)) macro1101 if (IS_RESERVED(*(p)) || IS_UNRESERVED(*(p))) in xmlSaveUri()1128 if ((IS_UNRESERVED(*(p))) || in xmlSaveUri()1183 if ((IS_UNRESERVED(*(p))) || in xmlSaveUri()1230 if ((IS_UNRESERVED(*(p))) || ((*(p) == '/')) || in xmlSaveUri()1274 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p)))) in xmlSaveUri()1300 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p)))) in xmlSaveUri()1704 if ((ch != '@') && (!IS_UNRESERVED(ch)) && (!xmlStrchr(list, ch))) { in xmlURIEscapeStr()