Searched refs:schemasImports (Results 1 – 2 of 2) sorted by relevance
938 xmlHashTablePtr schemasImports; member
3611 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 …]