Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlschemas.h225 typedef struct _xmlSchemaSAXPlug xmlSchemaSAXPlugStruct; typedef
226 typedef xmlSchemaSAXPlugStruct *xmlSchemaSAXPlugPtr;
/external/libxml2/
Dxmlschemas.c28834 ret = (xmlSchemaSAXPlugPtr) xmlMalloc(sizeof(xmlSchemaSAXPlugStruct)); in xmlSchemaSAXPlug()
28838 memset(ret, 0, sizeof(xmlSchemaSAXPlugStruct)); in xmlSchemaSAXPlug()