Lines Matching refs:xmlAttrPtr
1836 static xmlAttrPtr
1841 xmlAttrPtr cur; in xmlNewPropInternal()
1855 cur = (xmlAttrPtr) xmlMalloc(sizeof(xmlAttr)); in xmlNewPropInternal()
1909 xmlAttrPtr prev = node->properties; in xmlNewPropInternal()
1938 xmlAttrPtr
1963 xmlAttrPtr
1988 xmlAttrPtr
2012 xmlAttrPtr
2014 xmlAttrPtr cur; in xmlNewDocProp()
2027 cur = (xmlAttrPtr) xmlMalloc(sizeof(xmlAttr)); in xmlNewDocProp()
2067 xmlFreePropList(xmlAttrPtr cur) { in xmlFreePropList()
2068 xmlAttrPtr next; in xmlFreePropList()
2084 xmlFreeProp(xmlAttrPtr cur) { in xmlFreeProp()
2112 xmlRemoveProp(xmlAttrPtr cur) { in xmlRemoveProp()
2113 xmlAttrPtr tmp; in xmlRemoveProp()
2805 xmlAttrPtr prop; in xmlSetTreeDoc()
2959 xmlAttrPtr attr; in xmlAddPropSibling()
2987 prop->parent->properties = (xmlAttrPtr) prop; in xmlAddPropSibling()
2990 xmlRemoveProp((xmlAttrPtr) attr); in xmlAddPropSibling()
3402 xmlAttrPtr lastattr; in xmlAddChild()
3408 …if ((lastattr != NULL) && (lastattr != (xmlAttrPtr) cur) && (lastattr->type != XML_ATTRIBUTE_DECL)… in xmlAddChild()
3413 if (lastattr == (xmlAttrPtr) cur) in xmlAddChild()
3418 parent->properties = (xmlAttrPtr) cur; in xmlAddChild()
3421 xmlAttrPtr lastattr = parent->properties; in xmlAddChild()
3425 lastattr->next = (xmlAttrPtr) cur; in xmlAddChild()
3426 ((xmlAttrPtr) cur)->prev = lastattr; in xmlAddChild()
3750 xmlFreeProp((xmlAttrPtr) cur); in xmlFreeNode()
3856 if (parent->properties == (xmlAttrPtr) cur) in xmlUnlinkNode()
3857 parent->properties = ((xmlAttrPtr) cur)->next; in xmlUnlinkNode()
3928 if (cur->parent->properties == (xmlAttrPtr)old) in xmlReplaceNode()
3929 cur->parent->properties = ((xmlAttrPtr) cur); in xmlReplaceNode()
4005 static xmlAttrPtr
4006 xmlCopyPropInternal(xmlDocPtr doc, xmlNodePtr target, xmlAttrPtr cur) { in xmlCopyPropInternal()
4007 xmlAttrPtr ret; in xmlCopyPropInternal()
4112 xmlAttrPtr
4113 xmlCopyProp(xmlNodePtr target, xmlAttrPtr cur) { in xmlCopyProp()
4126 xmlAttrPtr
4127 xmlCopyPropList(xmlNodePtr target, xmlAttrPtr cur) { in xmlCopyPropList()
4128 xmlAttrPtr ret = NULL; in xmlCopyPropList()
4129 xmlAttrPtr p = NULL,q; in xmlCopyPropList()
4187 return((xmlNodePtr) xmlCopyPropInternal(doc, parent, (xmlAttrPtr) node)); in xmlStaticCopyNode()
4843 name = (const char *) (((xmlAttrPtr) cur)->name); in xmlGetNodePath()
4854 next = ((xmlAttrPtr) cur)->parent; in xmlGetNodePath()
5443 xmlAttrPtr attr = (xmlAttrPtr) cur; in xmlBufGetNodeContent()
5544 return(xmlGetPropNodeValueInternal((xmlAttrPtr) cur)); in xmlNodeGetContent()
6307 xmlAttrPtr attr; in xmlReconciliateNs()
6480 static xmlAttrPtr
6484 xmlAttrPtr prop; in xmlGetPropNodeInternal()
6588 return((xmlAttrPtr) attrDecl); in xmlGetPropNodeInternal()
6640 xmlAttrPtr
6642 xmlAttrPtr prop; in xmlHasProp()
6673 return((xmlAttrPtr) attrDecl); in xmlHasProp()
6695 xmlAttrPtr
6719 xmlAttrPtr prop; in xmlGetProp()
6744 xmlAttrPtr prop; in xmlGetNoNsProp()
6769 xmlAttrPtr prop; in xmlGetNsProp()
6789 xmlAttrPtr prop; in xmlUnsetProp()
6810 xmlAttrPtr prop; in xmlUnsetNsProp()
6836 xmlAttrPtr
6872 xmlAttrPtr
6876 xmlAttrPtr prop; in xmlSetNsProp()
9219 (((xmlAttrPtr) cur)->atype == XML_ATTRIBUTE_ID)) in xmlDOMWrapAdoptBranch()
9221 xmlRemoveID(sourceDoc, (xmlAttrPtr) cur); in xmlDOMWrapAdoptBranch()
9223 ((xmlAttrPtr) cur)->atype = 0; in xmlDOMWrapAdoptBranch()
9224 ((xmlAttrPtr) cur)->psvi = NULL; in xmlDOMWrapAdoptBranch()
9504 parentClone->properties = (xmlAttrPtr) clone; in xmlDOMWrapCloneNode()
9748 if (xmlIsID(destDoc, clone->parent, (xmlAttrPtr) clone)) { in xmlDOMWrapCloneNode()
9754 if (xmlAddID(NULL, destDoc, idVal, (xmlAttrPtr) cur) == NULL) { in xmlDOMWrapCloneNode()
9899 xmlAttrPtr attr, in xmlDOMWrapAdoptAttr()
10081 (xmlAttrPtr) node, destDoc, destParent, options)); in xmlDOMWrapAdoptNode()