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

/external/libxml2/
H A Dparser.c2456 * xmlStringLenDecodeEntities:
2475 xmlStringLenDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, function
2658 return(xmlStringLenDecodeEntities(ctxt, str, xmlStrlen(str), what,
H A Delfgcchack.h10837 #undef xmlStringLenDecodeEntities macro
10838 extern __typeof (xmlStringLenDecodeEntities) xmlStringLenDecodeEntities __attribute((alias("xmlStringLenDecodeEntities__internal_alias")));
10840 #ifndef xmlStringLenDecodeEntities
10841 extern __typeof (xmlStringLenDecodeEntities) xmlStringLenDecodeEntities__internal_alias __attribute((visibility("hidden")));
10842 #define xmlStringLenDecodeEntities xmlStringLenDecodeEntities__internal_alias macro

Completed in 141 milliseconds