Searched defs:xmlStringDecodeEntities (Results 1 - 2 of 2) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/ |
H A D | parser.c | 2164 * This will be handled by xmlStringDecodeEntities 2389 rep = xmlStringDecodeEntities(ctxt, ent->content, what, 2431 rep = xmlStringDecodeEntities(ctxt, ent->content, what, 2473 * xmlStringDecodeEntities: 2491 xmlStringDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int what, function 3144 * xmlStringDecodeEntities() 3185 ret = xmlStringDecodeEntities(ctxt, buf, XML_SUBSTITUTE_PEREF, 3301 rep = xmlStringDecodeEntities(ctxt, ent->content, 3332 rep = xmlStringDecodeEntities(ctxt, ent->content,
|
H A D | elfgcchack.h | 10713 #undef xmlStringDecodeEntities macro 10714 extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities __attribute((alias("xmlStringDecodeEntities__internal_alias"))); 10716 #ifndef xmlStringDecodeEntities 10717 extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities__internal_alias __attribute((visibility("hidden"))); 10718 #define xmlStringDecodeEntities xmlStringDecodeEntities__internal_alias macro
|
Completed in 641 milliseconds