Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlHashLookup

4723 	ret = xmlHashLookup(schema->slot, name); \
4729 import = xmlHashLookup(schema->schemasImports, \
4732 import = xmlHashLookup(schema->schemasImports, nsName); \
4735 ret = xmlHashLookup(import->schema->slot, name); \