Searched refs:schemasImports (Results 1 – 3 of 3) sorted by relevance
938 xmlHashTablePtr schemasImports; member
3632 if (mainSchema->schemasImports == NULL) { in xmlSchemaBucketCreate()3633 mainSchema->schemasImports = xmlHashCreateDict(5, in xmlSchemaBucketCreate()3635 if (mainSchema->schemasImports == NULL) { in xmlSchemaBucketCreate()3641 res = xmlHashAddEntry(mainSchema->schemasImports, in xmlSchemaBucketCreate()3644 res = xmlHashAddEntry(mainSchema->schemasImports, in xmlSchemaBucketCreate()4139 if (schema->schemasImports != NULL) in xmlSchemaFree()4140 xmlHashFree(schema->schemasImports, in xmlSchemaFree()4726 if (xmlHashSize(schema->schemasImports) > 1) { \4729 import = xmlHashLookup(schema->schemasImports, \4732 import = xmlHashLookup(schema->schemasImports, nsName); \[all …]
1116 d schemasImports...