Lines Matching refs:xmlParserEntityCheck
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()
7808 xmlParserEntityCheck(ctxt, 0, ent, 0); in xmlParseStringEntityRef()
7975 xmlParserEntityCheck(ctxt, 0, NULL, 0); in xmlParsePEReference()
7989 if (xmlParserEntityCheck(ctxt, 0, entity, 0)) in xmlParsePEReference()
8240 xmlParserEntityCheck(ctxt, 0, NULL, 0); in xmlParseStringPEReference()