Lines Matching refs:schemasImports
3699 if (mainSchema->schemasImports == NULL) { in xmlSchemaBucketCreate()
3700 mainSchema->schemasImports = xmlHashCreateDict(5, in xmlSchemaBucketCreate()
3702 if (mainSchema->schemasImports == NULL) { in xmlSchemaBucketCreate()
3708 res = xmlHashAddEntry(mainSchema->schemasImports, in xmlSchemaBucketCreate()
3711 res = xmlHashAddEntry(mainSchema->schemasImports, in xmlSchemaBucketCreate()
4206 if (schema->schemasImports != NULL) in xmlSchemaFree()
4207 xmlHashFree(schema->schemasImports, xmlSchemaBucketFreeEntry); in xmlSchemaFree()
4799 if (xmlHashSize(schema->schemasImports) > 1) { \
4802 import = xmlHashLookup(schema->schemasImports, \
4805 import = xmlHashLookup(schema->schemasImports, nsName); \
27089 xmlHashScan(vctxt->schema->schemasImports, xmlSchemaAugmentImportedIDC, in xmlSchemaValidateElem()
28346 xmlHashScan(vctxt->schema->schemasImports, xmlSchemaAugmentImportedIDC, in xmlSchemaPreRun()