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

/external/chromium_org/third_party/libxml/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));
/external/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));

Completed in 546 milliseconds