Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c7580 typedef struct xmlNsMapItem *xmlNsMapItemPtr;
7581 struct xmlNsMapItem { struct
7686 memset(ret, 0, sizeof(struct xmlNsMapItem)); in xmlDOMWrapNsMapAddItem()
7691 ret = (xmlNsMapItemPtr) xmlMalloc(sizeof(struct xmlNsMapItem)); in xmlDOMWrapNsMapAddItem()
7696 memset(ret, 0, sizeof(struct xmlNsMapItem)); in xmlDOMWrapNsMapAddItem()