Lines Matching refs:xmlAttrPtr

1825 static xmlAttrPtr
1830 xmlAttrPtr cur; in xmlNewPropInternal()
1844 cur = (xmlAttrPtr) xmlMalloc(sizeof(xmlAttr)); in xmlNewPropInternal()
1898 xmlAttrPtr prev = node->properties; in xmlNewPropInternal()
1927 xmlAttrPtr
1952 xmlAttrPtr
1977 xmlAttrPtr
2001 xmlAttrPtr
2003 xmlAttrPtr cur; in xmlNewDocProp()
2016 cur = (xmlAttrPtr) xmlMalloc(sizeof(xmlAttr)); in xmlNewDocProp()
2056 xmlFreePropList(xmlAttrPtr cur) { in xmlFreePropList()
2057 xmlAttrPtr next; in xmlFreePropList()
2073 xmlFreeProp(xmlAttrPtr cur) { in xmlFreeProp()
2101 xmlRemoveProp(xmlAttrPtr cur) { in xmlRemoveProp()
2102 xmlAttrPtr tmp; in xmlRemoveProp()
2794 xmlAttrPtr prop; in xmlSetTreeDoc()
2929 xmlAttrPtr attr; in xmlAddPropSibling()
2957 prop->parent->properties = (xmlAttrPtr) prop; in xmlAddPropSibling()
2960 xmlRemoveProp((xmlAttrPtr) attr); in xmlAddPropSibling()
3372 xmlAttrPtr lastattr; in xmlAddChild()
3378 …if ((lastattr != NULL) && (lastattr != (xmlAttrPtr) cur) && (lastattr->type != XML_ATTRIBUTE_DECL)… in xmlAddChild()
3383 if (lastattr == (xmlAttrPtr) cur) in xmlAddChild()
3388 parent->properties = (xmlAttrPtr) cur; in xmlAddChild()
3391 xmlAttrPtr lastattr = parent->properties; in xmlAddChild()
3395 lastattr->next = (xmlAttrPtr) cur; in xmlAddChild()
3396 ((xmlAttrPtr) cur)->prev = lastattr; in xmlAddChild()
3720 xmlFreeProp((xmlAttrPtr) cur); in xmlFreeNode()
3826 if (parent->properties == (xmlAttrPtr) cur) in xmlUnlinkNode()
3827 parent->properties = ((xmlAttrPtr) cur)->next; in xmlUnlinkNode()
3898 if (cur->parent->properties == (xmlAttrPtr)old) in xmlReplaceNode()
3899 cur->parent->properties = ((xmlAttrPtr) cur); in xmlReplaceNode()
3975 static xmlAttrPtr
3976 xmlCopyPropInternal(xmlDocPtr doc, xmlNodePtr target, xmlAttrPtr cur) { in xmlCopyPropInternal()
3977 xmlAttrPtr ret; in xmlCopyPropInternal()
4082 xmlAttrPtr
4083 xmlCopyProp(xmlNodePtr target, xmlAttrPtr cur) { in xmlCopyProp()
4096 xmlAttrPtr
4097 xmlCopyPropList(xmlNodePtr target, xmlAttrPtr cur) { in xmlCopyPropList()
4098 xmlAttrPtr ret = NULL; in xmlCopyPropList()
4099 xmlAttrPtr p = NULL,q; in xmlCopyPropList()
4157 return((xmlNodePtr) xmlCopyPropInternal(doc, parent, (xmlAttrPtr) node)); in xmlStaticCopyNode()
4813 name = (const char *) (((xmlAttrPtr) cur)->name); in xmlGetNodePath()
4824 next = ((xmlAttrPtr) cur)->parent; in xmlGetNodePath()
5413 xmlAttrPtr attr = (xmlAttrPtr) cur; in xmlBufGetNodeContent()
5514 return(xmlGetPropNodeValueInternal((xmlAttrPtr) cur)); in xmlNodeGetContent()
6277 xmlAttrPtr attr; in xmlReconciliateNs()
6450 static xmlAttrPtr
6454 xmlAttrPtr prop; in xmlGetPropNodeInternal()
6558 return((xmlAttrPtr) attrDecl); in xmlGetPropNodeInternal()
6610 xmlAttrPtr
6612 xmlAttrPtr prop; in xmlHasProp()
6643 return((xmlAttrPtr) attrDecl); in xmlHasProp()
6665 xmlAttrPtr
6689 xmlAttrPtr prop; in xmlGetProp()
6714 xmlAttrPtr prop; in xmlGetNoNsProp()
6739 xmlAttrPtr prop; in xmlGetNsProp()
6759 xmlAttrPtr prop; in xmlUnsetProp()
6780 xmlAttrPtr prop; in xmlUnsetNsProp()
6806 xmlAttrPtr
6842 xmlAttrPtr
6846 xmlAttrPtr prop; in xmlSetNsProp()
9189 (((xmlAttrPtr) cur)->atype == XML_ATTRIBUTE_ID)) in xmlDOMWrapAdoptBranch()
9191 xmlRemoveID(sourceDoc, (xmlAttrPtr) cur); in xmlDOMWrapAdoptBranch()
9193 ((xmlAttrPtr) cur)->atype = 0; in xmlDOMWrapAdoptBranch()
9194 ((xmlAttrPtr) cur)->psvi = NULL; in xmlDOMWrapAdoptBranch()
9474 parentClone->properties = (xmlAttrPtr) clone; in xmlDOMWrapCloneNode()
9718 if (xmlIsID(destDoc, clone->parent, (xmlAttrPtr) clone)) { in xmlDOMWrapCloneNode()
9724 if (xmlAddID(NULL, destDoc, idVal, (xmlAttrPtr) cur) == NULL) { in xmlDOMWrapCloneNode()
9869 xmlAttrPtr attr, in xmlDOMWrapAdoptAttr()
10051 (xmlAttrPtr) node, destDoc, destParent, options)); in xmlDOMWrapAdoptNode()