Home | History | Annotate | Download | only in libxml2

Lines Matching refs:sizeentcopy

7495 		ctxt->sizeentcopy += ent->length + 5;
7496 if (xmlParserEntityCheck(ctxt, 0, ent, ctxt->sizeentcopy))
7543 ctxt->sizeentcopy += ent->length + 5;
7544 if (xmlParserEntityCheck(ctxt, 0, ent, ctxt->sizeentcopy))
15079 ctxt->sizeentcopy = 0;