Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlHashLookup

168 	return((xmlEntityPtr) xmlHashLookup(table, name));
189 return((xmlEntityPtr) xmlHashLookup(table, name));
3825 if (xmlHashLookup(doc->intSubset->entities, cur->name) == cur)
3828 if (xmlHashLookup(doc->intSubset->pentities, cur->name) == cur)
3833 if (xmlHashLookup(doc->extSubset->entities, cur->name) == cur)
3836 if (xmlHashLookup(doc->extSubset->pentities, cur->name) == cur)