Home
last modified time | relevance | path

Searched refs:schemasImports (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
DschemasInternals.h938 xmlHashTablePtr schemasImports; member
/external/libxml2/
Dxmlschemas.c3611 if (mainSchema->schemasImports == NULL) { in xmlSchemaBucketCreate()
3612 mainSchema->schemasImports = xmlHashCreateDict(5, in xmlSchemaBucketCreate()
3614 if (mainSchema->schemasImports == NULL) { in xmlSchemaBucketCreate()
3620 res = xmlHashAddEntry(mainSchema->schemasImports, in xmlSchemaBucketCreate()
3623 res = xmlHashAddEntry(mainSchema->schemasImports, in xmlSchemaBucketCreate()
4118 if (schema->schemasImports != NULL) in xmlSchemaFree()
4119 xmlHashFree(schema->schemasImports, in xmlSchemaFree()
4705 if (xmlHashSize(schema->schemasImports) > 1) { \
4708 import = xmlHashLookup(schema->schemasImports, \
4711 import = xmlHashLookup(schema->schemasImports, nsName); \
[all …]