Searched refs:xmlParserEntityCheck (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/ |
D | parser.c | 139 xmlParserEntityCheck(xmlParserCtxtPtr ctxt, size_t size, in xmlParserEntityCheck() function 2703 xmlParserEntityCheck(ctxt, 0, ent, 0); in xmlStringLenDecodeEntities() 2732 if (xmlParserEntityCheck(ctxt, nbchars, ent, 0)) in xmlStringLenDecodeEntities() 2756 xmlParserEntityCheck(ctxt, 0, ent, 0); in xmlStringLenDecodeEntities() 2790 if (xmlParserEntityCheck(ctxt, nbchars, ent, 0)) in xmlStringLenDecodeEntities() 7218 if (xmlParserEntityCheck(ctxt, 0, ent, 0)) { in xmlParseReference() 7270 xmlParserEntityCheck(ctxt, 0, ent, 0); in xmlParseReference() 7381 if (xmlParserEntityCheck(ctxt, 0, ent, ctxt->sizeentcopy)) in xmlParseReference() 7429 if (xmlParserEntityCheck(ctxt, 0, ent, ctxt->sizeentcopy)) in xmlParseReference() 7614 xmlParserEntityCheck(ctxt, 0, ent, 0); in xmlParseEntityRef() [all …]
|
D | NEWS | 84 Fix xmlParserEntityCheck (Nick Wellnhofer),
|