IS_UNRESERVED    1062 third_party/libxml/src/uri.c 	    if (IS_RESERVED(*(p)) || IS_UNRESERVED(*(p)))
IS_UNRESERVED    1102 third_party/libxml/src/uri.c 		    if ((IS_UNRESERVED(*(p))) ||
IS_UNRESERVED    1190 third_party/libxml/src/uri.c 		if ((IS_UNRESERVED(*(p))) ||
IS_UNRESERVED    1258 third_party/libxml/src/uri.c 		if ((IS_UNRESERVED(*(p))) || ((*(p) == '/')) ||
IS_UNRESERVED    1330 third_party/libxml/src/uri.c 		if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p)))) 
IS_UNRESERVED    1370 third_party/libxml/src/uri.c 	    if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p)))) 
IS_UNRESERVED    1780 third_party/libxml/src/uri.c 	if ((ch != '@') && (!IS_UNRESERVED(ch)) && (!xmlStrchr(list, ch))) {