Lines Matching refs:schemasImports
3628 * Imports go into the "schemasImports" slot of the main *schema*.
3632 if (mainSchema->schemasImports == NULL) {
3633 mainSchema->schemasImports = xmlHashCreateDict(5,
3635 if (mainSchema->schemasImports == NULL) {
3641 res = xmlHashAddEntry(mainSchema->schemasImports,
3644 res = xmlHashAddEntry(mainSchema->schemasImports,
4139 if (schema->schemasImports != NULL)
4140 xmlHashFree(schema->schemasImports,
4726 if (xmlHashSize(schema->schemasImports) > 1) { \
4729 import = xmlHashLookup(schema->schemasImports, \
4732 import = xmlHashLookup(schema->schemasImports, nsName); \
9891 * will stay alive, which are put into the "schemasImports" and
26866 xmlHashScan(vctxt->schema->schemasImports,(xmlHashScanner)xmlSchemaAugmentImportedIDC, vctxt);
28081 xmlHashScan(vctxt->schema->schemasImports,(xmlHashScanner)xmlSchemaAugmentImportedIDC, vctxt);