Home
last modified time | relevance | path

Searched refs:schemasImports (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DschemasInternals.h938 xmlHashTablePtr schemasImports; member
/external/libxml2/
Dxmlschemas.c3660 if (mainSchema->schemasImports == NULL) { in xmlSchemaBucketCreate()
3661 mainSchema->schemasImports = xmlHashCreateDict(5, in xmlSchemaBucketCreate()
3663 if (mainSchema->schemasImports == NULL) { in xmlSchemaBucketCreate()
3669 res = xmlHashAddEntry(mainSchema->schemasImports, in xmlSchemaBucketCreate()
3672 res = xmlHashAddEntry(mainSchema->schemasImports, in xmlSchemaBucketCreate()
4167 if (schema->schemasImports != NULL) in xmlSchemaFree()
4168 xmlHashFree(schema->schemasImports, xmlSchemaBucketFreeEntry); in xmlSchemaFree()
4760 if (xmlHashSize(schema->schemasImports) > 1) { \
4763 import = xmlHashLookup(schema->schemasImports, \
4766 import = xmlHashLookup(schema->schemasImports, nsName); \
[all …]
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle1121 d schemasImports...