Searched refs:nsMap (Results 1 – 4 of 4) sorted by relevance
196 xsltNsMapPtr nsMap; in xsltFreeStyleDocuments() local204 nsMap = XSLT_GET_INTERNAL_NSMAP(style); in xsltFreeStyleDocuments()206 nsMap = NULL; in xsltFreeStyleDocuments()217 if (nsMap) in xsltFreeStyleDocuments()218 xsltRestoreDocumentNamespaces(nsMap, doc->doc); in xsltFreeStyleDocuments()
509 if (cctxt->psData->nsMap != NULL) in xsltNewNamespaceMapItem()510 ret->next = cctxt->psData->nsMap; in xsltNewNamespaceMapItem()511 cctxt->psData->nsMap = ret; in xsltNewNamespaceMapItem()674 xsltFreeNamespaceMap(data->nsMap); in xsltFreePrincipalStylesheetData()6639 if (cctxt->psData->nsMap) in xsltParseStylesheetUser()6640 xsltRestoreDocumentNamespaces(cctxt->psData->nsMap, doc); in xsltParseStylesheetUser()
8729 (nsMap == NULL)) in xmlDOMWrapNSNormAcquireNormalizedNs()8810 if (*nsMap != NULL) { in xmlDOMWrapNSNormAcquireNormalizedNs()9019 &nsMap, depth, in xmlDOMWrapReconcileNamespaces()9306 &nsMap, depth, in xmlDOMWrapAdoptBranch()9447 if (nsMap->pool) in xmlDOMWrapAdoptBranch()9448 nsMap->last->next = nsMap->pool; in xmlDOMWrapAdoptBranch()9449 nsMap->pool = nsMap->first; in xmlDOMWrapAdoptBranch()9849 &nsMap, depth, in xmlDOMWrapCloneNode()9984 if (nsMap->pool) in xmlDOMWrapCloneNode()9985 nsMap->last->next = nsMap->pool; in xmlDOMWrapCloneNode()[all …]
138 ((s)->principal->principalData->nsMap))145 #define XSLT_GET_INTERNAL_NSMAP(s) ((s)->principal->principalData->nsMap)1468 xsltNsMapPtr nsMap; member