Searched refs:xmlParserEntityCheck (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/ |
D | parser.c | 141 xmlParserEntityCheck(xmlParserCtxtPtr ctxt, size_t size, in xmlParserEntityCheck() function 2706 xmlParserEntityCheck(ctxt, 0, ent, 0); in xmlStringLenDecodeEntities() 2735 if (xmlParserEntityCheck(ctxt, nbchars, ent, 0)) in xmlStringLenDecodeEntities() 2759 xmlParserEntityCheck(ctxt, 0, ent, 0); in xmlStringLenDecodeEntities() 2793 if (xmlParserEntityCheck(ctxt, nbchars, ent, 0)) in xmlStringLenDecodeEntities() 7230 if (xmlParserEntityCheck(ctxt, 0, ent, 0)) { in xmlParseReference() 7282 xmlParserEntityCheck(ctxt, 0, ent, 0); in xmlParseReference() 7393 if (xmlParserEntityCheck(ctxt, 0, ent, ctxt->sizeentcopy)) in xmlParseReference() 7441 if (xmlParserEntityCheck(ctxt, 0, ent, ctxt->sizeentcopy)) in xmlParseReference() 7626 xmlParserEntityCheck(ctxt, 0, ent, 0); in xmlParseEntityRef() [all …]
|
D | NEWS | 567 Fix xmlParserEntityCheck (Nick Wellnhofer),
|