Lines Matching refs:xmlParserEntityCheck
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()
7820 xmlParserEntityCheck(ctxt, 0, ent, 0); in xmlParseStringEntityRef()
7987 xmlParserEntityCheck(ctxt, 0, NULL, 0); in xmlParsePEReference()
8001 if (xmlParserEntityCheck(ctxt, 0, entity, 0)) in xmlParsePEReference()
8252 xmlParserEntityCheck(ctxt, 0, NULL, 0); in xmlParseStringPEReference()