Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c7797 typedef struct xmlNsMapItem *xmlNsMapItemPtr; typedef
7799 xmlNsMapItemPtr next;
7800 xmlNsMapItemPtr prev;
7817 xmlNsMapItemPtr first;
7818 xmlNsMapItemPtr last;
7819 xmlNsMapItemPtr pool;
7843 xmlNsMapItemPtr cur, tmp; in xmlDOMWrapNsMapFree()
7871 static xmlNsMapItemPtr
7875 xmlNsMapItemPtr ret; in xmlDOMWrapNsMapAddItem()
7908 ret = (xmlNsMapItemPtr) xmlMalloc(sizeof(struct xmlNsMapItem)); in xmlDOMWrapNsMapAddItem()
[all …]