xmlStringLenDecodeEntities 1901 third_party/libxml/src/SAX2.c     ret = xmlStringLenDecodeEntities(ctxt, str, end - str,
xmlStringLenDecodeEntities 10837 third_party/libxml/src/elfgcchack.h #undef xmlStringLenDecodeEntities
xmlStringLenDecodeEntities 10838 third_party/libxml/src/elfgcchack.h extern __typeof (xmlStringLenDecodeEntities) xmlStringLenDecodeEntities __attribute((alias("xmlStringLenDecodeEntities__internal_alias")));
xmlStringLenDecodeEntities 10840 third_party/libxml/src/elfgcchack.h #ifndef xmlStringLenDecodeEntities
xmlStringLenDecodeEntities 10841 third_party/libxml/src/elfgcchack.h extern __typeof (xmlStringLenDecodeEntities) xmlStringLenDecodeEntities__internal_alias __attribute((visibility("hidden")));
xmlStringLenDecodeEntities 10842 third_party/libxml/src/elfgcchack.h #define xmlStringLenDecodeEntities xmlStringLenDecodeEntities__internal_alias
xmlStringLenDecodeEntities  496 third_party/libxml/src/include/libxml/parserInternals.h 		xmlStringLenDecodeEntities	(xmlParserCtxtPtr ctxt,
xmlStringLenDecodeEntities 2685 third_party/libxml/src/parser.c     return(xmlStringLenDecodeEntities(ctxt, str, xmlStrlen(str), what,
xmlStringLenDecodeEntities 16611 third_party/libxml/src/testapi.c         ret_val = xmlStringLenDecodeEntities(ctxt, (const xmlChar *)str, len, what, end, end2, end3);