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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c566 * xmlSchemaConstructionCtxt:
568 typedef struct _xmlSchemaConstructionCtxt xmlSchemaConstructionCtxt; typedef in typeref:struct:_xmlSchemaConstructionCtxt
569 typedef xmlSchemaConstructionCtxt *xmlSchemaConstructionCtxtPtr;
9893 xmlMalloc(sizeof(xmlSchemaConstructionCtxt));
9899 memset(ret, 0, sizeof(xmlSchemaConstructionCtxt));
/external/libxml2/
H A Dxmlschemas.c566 * xmlSchemaConstructionCtxt:
568 typedef struct _xmlSchemaConstructionCtxt xmlSchemaConstructionCtxt; typedef in typeref:struct:_xmlSchemaConstructionCtxt
569 typedef xmlSchemaConstructionCtxt *xmlSchemaConstructionCtxtPtr;
9912 xmlMalloc(sizeof(xmlSchemaConstructionCtxt));
9918 memset(ret, 0, sizeof(xmlSchemaConstructionCtxt));

Completed in 1057 milliseconds