Searched refs:xmlAttributePtr (Results 1 – 14 of 14) sorted by relevance
241 XMLPUBFUN xmlAttributePtr XMLCALL263 xmlAttributePtr attr);335 xmlAttributePtr attr);389 XMLPUBFUN xmlAttributePtr XMLCALL393 XMLPUBFUN xmlAttributePtr XMLCALL
252 typedef xmlAttribute *xmlAttributePtr; typedef359 xmlAttributePtr attributes; /* List of the declared attributes */
26 void xmlBufDumpAttributeDecl(xmlBufPtr buf, xmlAttributePtr attr);
1393 xmlAttributePtr oldAttributes = NULL; in xmlAddElementDecl()1859 xmlAttributePtr cur; in xmlScanIDAttributeDecl()1885 xmlFreeAttribute(xmlAttributePtr attr) { in xmlFreeAttribute()1937 xmlAttributePtr1943 xmlAttributePtr ret; in xmlAddAttributeDecl()2036 ret = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute)); in xmlAddAttributeDecl()2118 xmlAttributePtr tmp = elemDef->attributes; in xmlAddAttributeDecl()2154 xmlFreeAttribute((xmlAttributePtr) attr); in xmlFreeAttributeTableEntry()2179 xmlAttributePtr attr = (xmlAttributePtr) payload; in xmlCopyAttribute()2180 xmlAttributePtr cur; in xmlCopyAttribute()[all …]
514 xmlBufDumpAttributeDecl(xmlBufPtr buf, xmlAttributePtr attr) { in xmlBufDumpAttributeDecl()943 xmlBufDumpAttributeDecl(buf->buffer, (xmlAttributePtr) cur); in xmlNodeDumpOutputInternal()1483 xmlBufDumpAttributeDecl(buf->buffer, (xmlAttributePtr) cur); in xhtmlNodeDumpOutput()
739 xmlAttributePtr attr; in xmlSAX2AttributeDecl()1452 xmlAttributePtr attr = elemDecl->attributes; in xmlCheckDefaultedAttributes()1533 xmlAttributePtr tst; in xmlCheckDefaultedAttributes()
480 xmlCtxtDumpAttrDecl(xmlDebugCtxtPtr ctxt, xmlAttributePtr attr) in xmlCtxtDumpAttrDecl()991 xmlCtxtDumpAttrDecl(ctxt, (xmlAttributePtr) node); in xmlCtxtDumpOneNode()
4487 xmlAttributePtr tmp = (xmlAttributePtr) cur; in xmlCopyDtd()6526 xmlAttributePtr attrDecl = NULL; in xmlGetPropNodeInternal()6623 return(xmlStrdup(((xmlAttributePtr)prop)->defaultValue)); in xmlGetPropNodeValueInternal()6665 xmlAttributePtr attrDecl; in xmlHasProp()
818 static void desret_xmlAttributePtr(xmlAttributePtr val) { in desret_xmlAttributePtr()24930 xmlAttributePtr ret_val; in test_xmlAddAttributeDecl()25246 static xmlAttributePtr gen_xmlAttributePtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlAttributePtr()25249 static void des_xmlAttributePtr(int no ATTRIBUTE_UNUSED, xmlAttributePtr val ATTRIBUTE_UNUSED, int … in des_xmlAttributePtr()25260 xmlAttributePtr attr; /* An attribute declaration */ in test_xmlDumpAttributeDecl()25505 xmlAttributePtr ret_val; in test_xmlGetDtdAttrDesc()25600 xmlAttributePtr ret_val; in test_xmlGetDtdQAttrDesc()26437 xmlAttributePtr attr; /* an attribute definition */ in test_xmlValidateAttributeDecl()
264 d like(xmlAttributePtr)295 d attr value like(xmlAttributePtr)403 d attr value like(xmlAttributePtr)501 d like(xmlAttributePtr)508 d like(xmlAttributePtr)
278 d xmlAttributePtr...281 d xmlAttribute ds based(xmlAttributePtr)292 d nexth like(xmlAttributePtr) Next in hash table390 d attributes like(xmlAttributePtr) Declared attributes
246 PyObject * libxml_xmlAttributePtrWrap(xmlAttributePtr ns);
303 libxml_xmlAttributePtrWrap(xmlAttributePtr attr) in libxml_xmlAttributePtrWrap()
497 <ANCHOR id="xmlAttributePtr" href="libxml/libxml-tree.html#xmlAttributePtr">