Searched refs:xmlAttr (Results 1 - 5 of 5) sorted by relevance

/vbox/include/iprt/cpp/
H A Dxml.h54 typedef struct _xmlAttr xmlAttr; typedef in typeref:struct:_xmlAttr
489 xmlAttr *m_pLibAttr; ///< != NULL if this is an attribute node
506 xmlAttr *pLibAttr);
533 xmlAttr *pLibAttr);
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.py288 return xmlAttr(_obj=ret)
325 return xmlAttr(_obj=ret)
549 return xmlAttr(_obj=o)
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp439 xmlAttr *pLibAttr)
741 for (xmlAttr *pLibAttr = pCur->m_pLibNode->properties; pLibAttr; pLibAttr = pLibAttr->next)
1316 xmlAttr *pLibAttr = xmlNewProp(m_pLibNode, (xmlChar *)pcszName, (xmlChar *)pcszValue);
1464 xmlAttr *pLibAttr)
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h387 * xmlAttr:
391 typedef struct _xmlAttr xmlAttr; typedef in typeref:struct:_xmlAttr
392 typedef xmlAttr *xmlAttrPtr;
/vbox/src/libs/libxml2-2.6.31/
H A Dtree.c1791 cur = (xmlAttrPtr) xmlMalloc(sizeof(xmlAttr));
1798 memset(cur, 0, sizeof(xmlAttr));
1957 cur = (xmlAttrPtr) xmlMalloc(sizeof(xmlAttr));
1962 memset(cur, 0, sizeof(xmlAttr));
8914 * Attributes (xmlAttr).
8916 clone = (xmlNodePtr) xmlMalloc(sizeof(xmlAttr));
8921 memset(clone, 0, sizeof(xmlAttr));

Completed in 105 milliseconds