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

/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c2298 * xmlStringLenDecodeEntities:
2317 xmlStringLenDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, function
2494 return(xmlStringLenDecodeEntities(ctxt, str, xmlStrlen(str), what,
H A Delfgcchack.h10733 #undef xmlStringLenDecodeEntities macro
10734 extern __typeof (xmlStringLenDecodeEntities) xmlStringLenDecodeEntities __attribute((alias("xmlStringLenDecodeEntities__internal_alias")));
10736 #ifndef xmlStringLenDecodeEntities
10737 extern __typeof (xmlStringLenDecodeEntities) xmlStringLenDecodeEntities__internal_alias __attribute((visibility("hidden")));
10738 #define xmlStringLenDecodeEntities xmlStringLenDecodeEntities__internal_alias macro

Completed in 121 milliseconds