Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlHashLookup

165 	return((xmlEntityPtr) xmlHashLookup(table, name));
186 return((xmlEntityPtr) xmlHashLookup(table, name));
3762 if (xmlHashLookup(doc->intSubset->entities, cur->name) == cur)
3765 if (xmlHashLookup(doc->intSubset->pentities, cur->name) == cur)
3770 if (xmlHashLookup(doc->extSubset->entities, cur->name) == cur)
3773 if (xmlHashLookup(doc->extSubset->pentities, cur->name) == cur)