Home
last modified time | relevance | path

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

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