Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c7607 typedef struct xmlNsMapItem *xmlNsMapItemPtr; typedef
7609 xmlNsMapItemPtr next;
7610 xmlNsMapItemPtr prev;
7627 xmlNsMapItemPtr first;
7628 xmlNsMapItemPtr last;
7629 xmlNsMapItemPtr pool;
7653 xmlNsMapItemPtr cur, tmp; in xmlDOMWrapNsMapFree()
7681 static xmlNsMapItemPtr
7685 xmlNsMapItemPtr ret; in xmlDOMWrapNsMapAddItem()
7718 ret = (xmlNsMapItemPtr) xmlMalloc(sizeof(struct xmlNsMapItem)); in xmlDOMWrapNsMapAddItem()
[all …]