Searched refs:xmlSchema (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A Dxmlschemas.h84 typedef struct _xmlSchema xmlSchema; typedef in typeref:struct:_xmlSchema
85 typedef xmlSchema *xmlSchemaPtr;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dxmlschemas.h84 typedef struct _xmlSchema xmlSchema; typedef in typeref:struct:_xmlSchema
85 typedef xmlSchema *xmlSchemaPtr;
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlschemas.c3255 ret = (xmlSchemaPtr) xmlMalloc(sizeof(xmlSchema));
3260 memset(ret, 0, sizeof(xmlSchema));
3584 * For each following import buckets an xmlSchema will be created.
3585 * An xmlSchema will be created for every distinct targetNamespace.
9890 * "includes" slots of the xmlSchema.
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemas.c3236 ret = (xmlSchemaPtr) xmlMalloc(sizeof(xmlSchema));
3241 memset(ret, 0, sizeof(xmlSchema));
3565 * For each following import buckets an xmlSchema will be created.
3566 * An xmlSchema will be created for every distinct targetNamespace.
9871 * "includes" slots of the xmlSchema.

Completed in 304 milliseconds