Searched defs:xmlSchemaIDCStateObj (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c817 * xmlSchemaIDCStateObj:
821 typedef struct _xmlSchemaIDCStateObj xmlSchemaIDCStateObj; typedef in typeref:struct:_xmlSchemaIDCStateObj
822 typedef xmlSchemaIDCStateObj *xmlSchemaIDCStateObjPtr;
22303 sto = (xmlSchemaIDCStateObjPtr) xmlMalloc(sizeof(xmlSchemaIDCStateObj));
22309 memset(sto, 0, sizeof(xmlSchemaIDCStateObj));

Completed in 117 milliseconds