Searched defs:xmlURIEscape (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Duri.c1788 * xmlURIEscape:
1803 xmlURIEscape(const xmlChar * str) function
1811 "xmlURIEscape: out of memory\n"); \
H A Delfgcchack.h14883 #undef xmlURIEscape macro
14884 extern __typeof (xmlURIEscape) xmlURIEscape __attribute((alias("xmlURIEscape__internal_alias")));
14886 #ifndef xmlURIEscape
14887 extern __typeof (xmlURIEscape) xmlURIEscape__internal_alias __attribute((visibility("hidden")));
14888 #define xmlURIEscape xmlURIEscape__internal_alias macro

Completed in 111 milliseconds