Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c7796 typedef struct xmlNsMapItem *xmlNsMapItemPtr;
7797 struct xmlNsMapItem { struct
7902 memset(ret, 0, sizeof(struct xmlNsMapItem)); in xmlDOMWrapNsMapAddItem()
7907 ret = (xmlNsMapItemPtr) xmlMalloc(sizeof(struct xmlNsMapItem)); in xmlDOMWrapNsMapAddItem()
7912 memset(ret, 0, sizeof(struct xmlNsMapItem)); in xmlDOMWrapNsMapAddItem()