Searched refs:schemasImports (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DschemasInternals.h938 xmlHashTablePtr schemasImports; member in struct:_xmlSchema
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c3607 * Imports go into the "schemasImports" slot of the main *schema*.
3611 if (mainSchema->schemasImports == NULL) {
3612 mainSchema->schemasImports = xmlHashCreateDict(5,
3614 if (mainSchema->schemasImports == NULL) {
3620 res = xmlHashAddEntry(mainSchema->schemasImports,
3623 res = xmlHashAddEntry(mainSchema->schemasImports,
4118 if (schema->schemasImports != NULL)
4119 xmlHashFree(schema->schemasImports,
4705 if (xmlHashSize(schema->schemasImports) > 1) { \
4708 import = xmlHashLookup(schema->schemasImports, \
[all...]

Completed in 213 milliseconds