Searched refs:schemasImports (Results 1 – 3 of 3) sorted by relevance
938 xmlHashTablePtr schemasImports; member
3645 if (mainSchema->schemasImports == NULL) { in xmlSchemaBucketCreate()3646 mainSchema->schemasImports = xmlHashCreateDict(5, in xmlSchemaBucketCreate()3648 if (mainSchema->schemasImports == NULL) { in xmlSchemaBucketCreate()3654 res = xmlHashAddEntry(mainSchema->schemasImports, in xmlSchemaBucketCreate()3657 res = xmlHashAddEntry(mainSchema->schemasImports, in xmlSchemaBucketCreate()4152 if (schema->schemasImports != NULL) in xmlSchemaFree()4153 xmlHashFree(schema->schemasImports, in xmlSchemaFree()4739 if (xmlHashSize(schema->schemasImports) > 1) { \4742 import = xmlHashLookup(schema->schemasImports, \4745 import = xmlHashLookup(schema->schemasImports, nsName); \[all …]
1121 d schemasImports...