Home | History | Annotate | Download | only in libxml2

Lines Matching refs:ent

512 	    xmlGenericError(xmlGenericErrorContext, "?ent? ");
3853 xmlEntityPtr ent;
3855 ent = xmlGetDocEntity(doc, value);
3857 if ((ent == NULL) && (doc->standalone == 1)) {
3859 ent = xmlGetDocEntity(doc, value);
3861 if (ent == NULL) {
3867 } else if (ent->etype != XML_EXTERNAL_GENERAL_UNPARSED_ENTITY) {
3878 xmlEntityPtr ent;
3889 ent = xmlGetDocEntity(doc, nam);
3890 if (ent == NULL) {
3896 } else if (ent->etype != XML_EXTERNAL_GENERAL_UNPARSED_ENTITY) {