Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c357 typedef struct _xmlSchemaItemList xmlSchemaItemList; typedef
358 typedef xmlSchemaItemList *xmlSchemaItemListPtr;
3380 ret = xmlMalloc(sizeof(xmlSchemaItemList)); in xmlSchemaItemListCreate()
3386 memset(ret, 0, sizeof(xmlSchemaItemList)); in xmlSchemaItemListCreate()