Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlHashLookup3

2049         ret = xmlHashLookup3(dtd->doc->intSubset->attributes, name, ns, elem);
3331 cur = xmlHashLookup3(table, uqname, prefix, elem);
3335 cur = xmlHashLookup3(table, name, NULL, elem);
3361 return(xmlHashLookup3(table, name, prefix, elem));