Home
last modified time | relevance | path

Searched refs:xmlParserEntityCheck (Results 1 – 2 of 2) sorted by relevance

/third_party/libxml2/
Dparser.c141 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 …]
DNEWS567 Fix xmlParserEntityCheck (Nick Wellnhofer),