Lines Matching refs:nsDef
769 if (node->nsDef == NULL) { in xmlNewNs()
770 node->nsDef = cur; in xmlNewNs()
772 xmlNsPtr prev = node->nsDef; in xmlNewNs()
3698 (cur->nsDef != NULL)) in xmlFreeNodeList()
3699 xmlFreeNsList(cur->nsDef); in xmlFreeNodeList()
3784 (cur->nsDef != NULL)) in xmlFreeNode()
3785 xmlFreeNsList(cur->nsDef); in xmlFreeNode()
4253 (node->type == XML_XINCLUDE_START)) && (node->nsDef != NULL)) in xmlStaticCopyNode()
4254 ret->nsDef = xmlCopyNamespaceList(node->nsDef); in xmlStaticCopyNode()
5655 cur->nsDef = NULL; in xmlNodeSetContent()
5733 cur->nsDef = NULL; in xmlNodeSetContentLen()
5812 cur->nsDef = NULL; in xmlNodeAddContentLen()
5908 cur = node->nsDef; in xmlGetNsList()
6022 cur->next = node->nsDef; in xmlSearchNs()
6023 node->nsDef = cur; in xmlSearchNs()
6045 cur = node->nsDef; in xmlSearchNs()
6098 tst = node->nsDef; in xmlNsInScope()
6155 cur->next = node->nsDef; in xmlSearchNsByHref()
6156 node->nsDef = cur; in xmlSearchNsByHref()
6179 cur = node->nsDef; in xmlSearchNsByHref()
8089 if (cur->nsDef != NULL) { in xmlDOMWrapNSNormGatherInScopeNs()
8090 ns = cur->nsDef; in xmlDOMWrapNSNormGatherInScopeNs()
8243 if ((ctxt == NULL) && (node->nsDef != NULL)) { in xmlDOMWrapRemoveNode()
8244 ns = node->nsDef; in xmlDOMWrapRemoveNode()
8363 if (cur->nsDef != NULL) { in xmlSearchNsByNamespaceStrict()
8364 for (ns = cur->nsDef; ns != NULL; ns = ns->next) { in xmlSearchNsByNamespaceStrict()
8372 prevns = prev->nsDef; in xmlSearchNsByNamespaceStrict()
8466 if (cur->nsDef != NULL) { in xmlSearchNsByPrefixStrict()
8467 ns = cur->nsDef; in xmlSearchNsByPrefixStrict()
8530 if ((elem->nsDef != NULL) && in xmlDOMWrapNSNormDeclareNsForced()
8531 (xmlTreeNSListLookupByPrefix(elem->nsDef, pref) != NULL)) in xmlDOMWrapNSNormDeclareNsForced()
8544 if (elem->nsDef == NULL) in xmlDOMWrapNSNormDeclareNsForced()
8545 elem->nsDef = ret; in xmlDOMWrapNSNormDeclareNsForced()
8547 xmlNsPtr ns2 = elem->nsDef; in xmlDOMWrapNSNormDeclareNsForced()
8761 if (cur->nsDef != NULL) { in xmlDOMWrapReconcileNamespaces()
8763 ns = cur->nsDef; in xmlDOMWrapReconcileNamespaces()
8803 cur->nsDef = ns->next; in xmlDOMWrapReconcileNamespaces()
9083 if ((cur->nsDef) && in xmlDOMWrapAdoptBranch()
9095 for (ns = cur->nsDef; ns != NULL; ns = ns->next) { in xmlDOMWrapAdoptBranch()
9539 if (cur->nsDef != NULL) { in xmlDOMWrapCloneNode()
9554 cloneNsDefSlot = &(clone->nsDef); in xmlDOMWrapCloneNode()
9555 for (ns = cur->nsDef; ns != NULL; ns = ns->next) { in xmlDOMWrapCloneNode()