Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlParseURI

922  * xmlParseURI:
932 xmlParseURI(const char *str) {
1738 * Uses xmlParseURI and xmlURIEscapeStr to try to escape correctly
2420 if ((uri = xmlParseURI((const char *) path)) != NULL) {
2452 uri = xmlParseURI((const char *) escURI);
2535 if ((uri = xmlParseURI((const char *) path)) != NULL) {
2546 if ((uri = xmlParseURI((const char *) cal)) != NULL) {