Searched refs:xmlNsMapItem (Results 1 – 1 of 1) sorted by relevance
7580 typedef struct xmlNsMapItem *xmlNsMapItemPtr;7581 struct xmlNsMapItem { struct7686 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()