Lines Matching refs:xmlNsMapItemPtr
7607 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()
7887 xmlNsMapItemPtr mi; in xmlDOMWrapNSNormGatherInScopeNs()
8401 xmlNsMapItemPtr mi; in xmlDOMWrapNSNormAquireNormalizedNs()
8542 xmlNsMapItemPtr /* topmi = NULL, */ mi; in xmlDOMWrapReconcileNamespaces()
8806 xmlNsMapItemPtr mi; in xmlDOMWrapAdoptBranch()
9173 xmlNsMapItemPtr mi; in xmlDOMWrapCloneNode()