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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c506 typedef struct _xmlSchemaAttributeUse xmlSchemaAttributeUse; typedef in typeref:struct:_xmlSchemaAttributeUse
507 typedef xmlSchemaAttributeUse *xmlSchemaAttributeUsePtr;
5183 ret = (xmlSchemaAttributeUsePtr) xmlMalloc(sizeof(xmlSchemaAttributeUse));
5188 memset(ret, 0, sizeof(xmlSchemaAttributeUse));

Completed in 66 milliseconds