Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlParseURI

888  * xmlParseURI:
898 xmlParseURI(const char *str) {
1814 * Uses xmlParseURI and xmlURIEscapeStr to try to escape correctly
2486 if ((uri = xmlParseURI((const char *) path)) != NULL) {
2518 uri = xmlParseURI((const char *) escURI);
2601 if ((uri = xmlParseURI((const char *) path)) != NULL) {
2612 if ((uri = xmlParseURI((const char *) cal)) != NULL) {