Searched refs:xmlPathToURI (Results 1 – 5 of 5) sorted by relevance
89 xmlPathToURI (const xmlChar *path);
2592 xmlPathToURI(const xmlChar *path) in xmlPathToURI() function
7717 #undef xmlPathToURI7718 extern __typeof (xmlPathToURI) xmlPathToURI __attribute((alias("xmlPathToURI__internal_alias")));7720 #ifndef xmlPathToURI7721 extern __typeof (xmlPathToURI) xmlPathToURI__internal_alias __attribute((visibility("hidden")));7722 #define xmlPathToURI xmlPathToURI__internal_alias macro
1004 ctxt->myDoc->URL = xmlPathToURI((const xmlChar *)ctxt->input->filename); in xmlSAX2StartDocument()
5110 doc->URL = xmlPathToURI(uri); in xmlNodeSetBase()5118 fixed = xmlPathToURI(uri); in xmlNodeSetBase()