Searched refs:xmlURIEscape (Results 1 – 4 of 4) sorted by relevance
83 xmlURIEscape (const xmlChar *str);
551 escbase = xmlURIEscape(base); in xmlXIncludeAddNode()552 eschref = xmlURIEscape(href); in xmlXIncludeAddNode()2057 escbase = xmlURIEscape(base); in xmlXIncludeLoadNode()2058 eschref = xmlURIEscape(href); in xmlXIncludeLoadNode()
1819 xmlURIEscape(const xmlChar * str) in xmlURIEscape() function
14883 #undef xmlURIEscape14884 extern __typeof (xmlURIEscape) xmlURIEscape __attribute((alias("xmlURIEscape__internal_alias")));14886 #ifndef xmlURIEscape14887 extern __typeof (xmlURIEscape) xmlURIEscape__internal_alias __attribute((visibility("hidden")));14888 #define xmlURIEscape xmlURIEscape__internal_alias macro