Home
last modified time | relevance | path

Searched refs:xmlAttributePtr (Results 1 – 14 of 14) sorted by relevance

/external/libxml2/include/libxml/
Dvalid.h241 XMLPUBFUN xmlAttributePtr XMLCALL
263 xmlAttributePtr attr);
335 xmlAttributePtr attr);
389 XMLPUBFUN xmlAttributePtr XMLCALL
393 XMLPUBFUN xmlAttributePtr XMLCALL
Dtree.h251 typedef xmlAttribute *xmlAttributePtr; typedef
358 xmlAttributePtr attributes; /* List of the declared attributes */
/external/libxml2/
Dsave.h26 void xmlBufDumpAttributeDecl(xmlBufPtr buf, xmlAttributePtr attr);
Dvalid.c1387 xmlAttributePtr oldAttributes = NULL; in xmlAddElementDecl()
1847 xmlAttributePtr cur; in xmlScanIDAttributeDecl()
1873 xmlFreeAttribute(xmlAttributePtr attr) { in xmlFreeAttribute()
1925 xmlAttributePtr
1931 xmlAttributePtr ret; in xmlAddAttributeDecl()
2024 ret = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute)); in xmlAddAttributeDecl()
2106 xmlAttributePtr tmp = elemDef->attributes; in xmlAddAttributeDecl()
2160 static xmlAttributePtr
2161 xmlCopyAttribute(xmlAttributePtr attr) { in xmlCopyAttribute()
2162 xmlAttributePtr cur; in xmlCopyAttribute()
[all …]
Dxmlsave.c514 xmlBufDumpAttributeDecl(xmlBufPtr buf, xmlAttributePtr attr) { in xmlBufDumpAttributeDecl()
943 xmlBufDumpAttributeDecl(buf->buffer, (xmlAttributePtr) cur); in xmlNodeDumpOutputInternal()
1486 xmlBufDumpAttributeDecl(buf->buffer, (xmlAttributePtr) cur); in xhtmlNodeDumpOutput()
DSAX2.c738 xmlAttributePtr attr; in xmlSAX2AttributeDecl()
1445 xmlAttributePtr attr = elemDecl->attributes; in xmlCheckDefaultedAttributes()
1526 xmlAttributePtr tst; in xmlCheckDefaultedAttributes()
DdebugXML.c480 xmlCtxtDumpAttrDecl(xmlDebugCtxtPtr ctxt, xmlAttributePtr attr) in xmlCtxtDumpAttrDecl()
991 xmlCtxtDumpAttrDecl(ctxt, (xmlAttributePtr) node); in xmlCtxtDumpOneNode()
Dtree.c4457 xmlAttributePtr tmp = (xmlAttributePtr) cur; in xmlCopyDtd()
6496 xmlAttributePtr attrDecl = NULL; in xmlGetPropNodeInternal()
6593 return(xmlStrdup(((xmlAttributePtr)prop)->defaultValue)); in xmlGetPropNodeValueInternal()
6635 xmlAttributePtr attrDecl; in xmlHasProp()
Dtestapi.c817 static void desret_xmlAttributePtr(xmlAttributePtr val) { in desret_xmlAttributePtr()
24789 xmlAttributePtr ret_val; in test_xmlAddAttributeDecl()
25105 static xmlAttributePtr gen_xmlAttributePtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlAttributePtr()
25108 static void des_xmlAttributePtr(int no ATTRIBUTE_UNUSED, xmlAttributePtr val ATTRIBUTE_UNUSED, int … in des_xmlAttributePtr()
25119 xmlAttributePtr attr; /* An attribute declaration */ in test_xmlDumpAttributeDecl()
25364 xmlAttributePtr ret_val; in test_xmlGetDtdAttrDesc()
25459 xmlAttributePtr ret_val; in test_xmlGetDtdQAttrDesc()
26296 xmlAttributePtr attr; /* an attribute definition */ in test_xmlValidateAttributeDecl()
/external/libxml2/os400/libxmlrpg/
Dvalid.rpgle263 d like(xmlAttributePtr)
294 d attr value like(xmlAttributePtr)
395 d attr value like(xmlAttributePtr)
481 d like(xmlAttributePtr)
488 d like(xmlAttributePtr)
Dtree.rpgle271 d xmlAttributePtr...
274 d xmlAttribute ds based(xmlAttributePtr)
285 d nexth like(xmlAttributePtr) Next in hash table
380 d attributes like(xmlAttributePtr) Declared attributes
/external/libxml2/python/
Dlibxml_wrap.h246 PyObject * libxml_xmlAttributePtrWrap(xmlAttributePtr ns);
Dtypes.c305 libxml_xmlAttributePtrWrap(xmlAttributePtr attr) in libxml_xmlAttributePtrWrap()
/external/libxml2/doc/html/
Dindex.sgml497 <ANCHOR id="xmlAttributePtr" href="libxml/libxml-tree.html#xmlAttributePtr">