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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c817 * xmlSchemaIDCStateObj:
821 typedef struct _xmlSchemaIDCStateObj xmlSchemaIDCStateObj; typedef in typeref:struct:_xmlSchemaIDCStateObj
822 typedef xmlSchemaIDCStateObj *xmlSchemaIDCStateObjPtr;
22374 sto = (xmlSchemaIDCStateObjPtr) xmlMalloc(sizeof(xmlSchemaIDCStateObj));
22380 memset(sto, 0, sizeof(xmlSchemaIDCStateObj));
/external/libxml2/
H A Dxmlschemas.c817 * xmlSchemaIDCStateObj:
821 typedef struct _xmlSchemaIDCStateObj xmlSchemaIDCStateObj; typedef in typeref:struct:_xmlSchemaIDCStateObj
822 typedef xmlSchemaIDCStateObj *xmlSchemaIDCStateObjPtr;
22403 sto = (xmlSchemaIDCStateObjPtr) xmlMalloc(sizeof(xmlSchemaIDCStateObj));
22409 memset(sto, 0, sizeof(xmlSchemaIDCStateObj));

Completed in 4222 milliseconds