Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c829 typedef struct _xmlSchemaIDCStateObj xmlSchemaIDCStateObj; typedef
830 typedef xmlSchemaIDCStateObj *xmlSchemaIDCStateObjPtr;
22447 sto = (xmlSchemaIDCStateObjPtr) xmlMalloc(sizeof(xmlSchemaIDCStateObj)); in xmlSchemaIDCAddStateObject()
22453 memset(sto, 0, sizeof(xmlSchemaIDCStateObj)); in xmlSchemaIDCAddStateObject()