xmlURIEscape 14883 third_party/libxml/src/elfgcchack.h #undef xmlURIEscape xmlURIEscape 14884 third_party/libxml/src/elfgcchack.h extern __typeof (xmlURIEscape) xmlURIEscape __attribute((alias("xmlURIEscape__internal_alias"))); xmlURIEscape 14886 third_party/libxml/src/elfgcchack.h #ifndef xmlURIEscape xmlURIEscape 14887 third_party/libxml/src/elfgcchack.h extern __typeof (xmlURIEscape) xmlURIEscape__internal_alias __attribute((visibility("hidden"))); xmlURIEscape 14888 third_party/libxml/src/elfgcchack.h #define xmlURIEscape xmlURIEscape__internal_alias xmlURIEscape 83 third_party/libxml/src/include/libxml/uri.h xmlURIEscape (const xmlChar *str); xmlURIEscape 51 third_party/libxml/src/testURI.c res = xmlURIEscape(parsed); xmlURIEscape 24496 third_party/libxml/src/testapi.c ret_val = xmlURIEscape((const xmlChar *)str); xmlURIEscape 551 third_party/libxml/src/xinclude.c escbase = xmlURIEscape(base); xmlURIEscape 552 third_party/libxml/src/xinclude.c eschref = xmlURIEscape(href); xmlURIEscape 2057 third_party/libxml/src/xinclude.c escbase = xmlURIEscape(base); xmlURIEscape 2058 third_party/libxml/src/xinclude.c eschref = xmlURIEscape(href);