Home
last modified time | relevance | path

Searched refs:xmlNsMapItemPtr (Results 1 – 2 of 2) 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 …]
/external/chromium_org/third_party/libxml/src/
Dtree.c7594 typedef struct xmlNsMapItem *xmlNsMapItemPtr; typedef
7596 xmlNsMapItemPtr next;
7597 xmlNsMapItemPtr prev;
7614 xmlNsMapItemPtr first;
7615 xmlNsMapItemPtr last;
7616 xmlNsMapItemPtr pool;
7640 xmlNsMapItemPtr cur, tmp; in xmlDOMWrapNsMapFree()
7668 static xmlNsMapItemPtr
7672 xmlNsMapItemPtr ret; in xmlDOMWrapNsMapAddItem()
7705 ret = (xmlNsMapItemPtr) xmlMalloc(sizeof(struct xmlNsMapItem)); in xmlDOMWrapNsMapAddItem()
[all …]