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

/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlschemas.c514 typedef struct _xmlSchemaAttributeUse xmlSchemaAttributeUse; typedef in typeref:struct:_xmlSchemaAttributeUse
515 typedef xmlSchemaAttributeUse *xmlSchemaAttributeUsePtr;
5211 ret = (xmlSchemaAttributeUsePtr) xmlMalloc(sizeof(xmlSchemaAttributeUse));
5216 memset(ret, 0, sizeof(xmlSchemaAttributeUse));
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemas.c514 typedef struct _xmlSchemaAttributeUse xmlSchemaAttributeUse; typedef in typeref:struct:_xmlSchemaAttributeUse
515 typedef xmlSchemaAttributeUse *xmlSchemaAttributeUsePtr;
5192 ret = (xmlSchemaAttributeUsePtr) xmlMalloc(sizeof(xmlSchemaAttributeUse));
5197 memset(ret, 0, sizeof(xmlSchemaAttributeUse));

Completed in 248 milliseconds