Home
last modified time | relevance | path

Searched refs:xmlSchemaIDC (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c718 typedef struct _xmlSchemaIDC xmlSchemaIDC; typedef
719 typedef xmlSchemaIDC *xmlSchemaIDCPtr;
5658 ret = (xmlSchemaIDCPtr) xmlMalloc(sizeof(xmlSchemaIDC)); in xmlSchemaAddIDC()
5664 memset(ret, 0, sizeof(xmlSchemaIDC)); in xmlSchemaAddIDC()