Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c7796 typedef struct xmlNsMapItem *xmlNsMapItemPtr; typedef
7798 xmlNsMapItemPtr next;
7799 xmlNsMapItemPtr prev;
7816 xmlNsMapItemPtr first;
7817 xmlNsMapItemPtr last;
7818 xmlNsMapItemPtr pool;
7842 xmlNsMapItemPtr cur, tmp; in xmlDOMWrapNsMapFree()
7870 static xmlNsMapItemPtr
7874 xmlNsMapItemPtr ret; in xmlDOMWrapNsMapAddItem()
7907 ret = (xmlNsMapItemPtr) xmlMalloc(sizeof(struct xmlNsMapItem)); in xmlDOMWrapNsMapAddItem()
[all …]