Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c7777 typedef struct xmlNsMapItem *xmlNsMapItemPtr; typedef
7779 xmlNsMapItemPtr next;
7780 xmlNsMapItemPtr prev;
7797 xmlNsMapItemPtr first;
7798 xmlNsMapItemPtr last;
7799 xmlNsMapItemPtr pool;
7823 xmlNsMapItemPtr cur, tmp; in xmlDOMWrapNsMapFree()
7851 static xmlNsMapItemPtr
7855 xmlNsMapItemPtr ret; in xmlDOMWrapNsMapAddItem()
7888 ret = (xmlNsMapItemPtr) xmlMalloc(sizeof(struct xmlNsMapItem)); in xmlDOMWrapNsMapAddItem()
[all …]