Searched refs:xmlStringDecodeEntities (Results 1 – 8 of 8) sorted by relevance
/external/libxml2/include/libxml/ |
D | parserInternals.h | 522 xmlStringDecodeEntities (xmlParserCtxtPtr ctxt,
|
/external/libxml2/os400/libxmlrpg/ |
D | parserInternals.rpgle | 423 d xmlStringDecodeEntities... 424 d pr * extproc('xmlStringDecodeEntities') xmlChar *
|
/external/libxml2/ |
D | SAX2.c | 1148 val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF, in xmlSAX2AttributeInternal() 1210 val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF, in xmlSAX2AttributeInternal() 1336 val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF, in xmlSAX2AttributeInternal()
|
D | libxml2.syms | 228 xmlStringDecodeEntities;
|
D | parser.c | 163 rep = xmlStringDecodeEntities(ctxt, ent->content, in xmlParserEntityCheck() 2720 rep = xmlStringDecodeEntities(ctxt, ent->content, what, in xmlStringLenDecodeEntities() 2778 rep = xmlStringDecodeEntities(ctxt, ent->content, what, in xmlStringLenDecodeEntities() 2842 xmlStringDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int what, in xmlStringDecodeEntities() function 3880 ret = xmlStringDecodeEntities(ctxt, buf, XML_SUBSTITUTE_PEREF, in xmlParseEntityValue() 4009 rep = xmlStringDecodeEntities(ctxt, ent->content, in xmlParseAttValueComplex() 4049 rep = xmlStringDecodeEntities(ctxt, ent->content, in xmlParseAttValueComplex()
|
D | elfgcchack.h | 10977 #undef xmlStringDecodeEntities 10978 extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities __attribute((alias("xmlStringDeco… 10980 #ifndef xmlStringDecodeEntities 10981 extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities__internal_alias __attribute((visi… 10982 #define xmlStringDecodeEntities xmlStringDecodeEntities__internal_alias macro
|
D | testapi.c | 16638 ret_val = xmlStringDecodeEntities(ctxt, (const xmlChar *)str, what, end, end2, end3); in test_xmlStringDecodeEntities()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1900 xmlStringDecodeEntities
|