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
251 typedef xmlAttribute *xmlAttributePtr; typedef358 xmlAttributePtr attributes; /* List of the declared attributes */
26 void xmlBufDumpAttributeDecl(xmlBufPtr buf, xmlAttributePtr attr);
1387 xmlAttributePtr oldAttributes = NULL; in xmlAddElementDecl()1847 xmlAttributePtr cur; in xmlScanIDAttributeDecl()1873 xmlFreeAttribute(xmlAttributePtr attr) { in xmlFreeAttribute()1925 xmlAttributePtr1931 xmlAttributePtr ret; in xmlAddAttributeDecl()2024 ret = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute)); in xmlAddAttributeDecl()2106 xmlAttributePtr tmp = elemDef->attributes; in xmlAddAttributeDecl()2160 static xmlAttributePtr2161 xmlCopyAttribute(xmlAttributePtr attr) { in xmlCopyAttribute()2162 xmlAttributePtr cur; in xmlCopyAttribute()[all …]
514 xmlBufDumpAttributeDecl(xmlBufPtr buf, xmlAttributePtr attr) { in xmlBufDumpAttributeDecl()943 xmlBufDumpAttributeDecl(buf->buffer, (xmlAttributePtr) cur); in xmlNodeDumpOutputInternal()1486 xmlBufDumpAttributeDecl(buf->buffer, (xmlAttributePtr) cur); in xhtmlNodeDumpOutput()
738 xmlAttributePtr attr; in xmlSAX2AttributeDecl()1445 xmlAttributePtr attr = elemDecl->attributes; in xmlCheckDefaultedAttributes()1526 xmlAttributePtr tst; in xmlCheckDefaultedAttributes()
480 xmlCtxtDumpAttrDecl(xmlDebugCtxtPtr ctxt, xmlAttributePtr attr) in xmlCtxtDumpAttrDecl()991 xmlCtxtDumpAttrDecl(ctxt, (xmlAttributePtr) node); in xmlCtxtDumpOneNode()
4457 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()
817 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()
263 d like(xmlAttributePtr)294 d attr value like(xmlAttributePtr)395 d attr value like(xmlAttributePtr)481 d like(xmlAttributePtr)488 d like(xmlAttributePtr)
271 d xmlAttributePtr...274 d xmlAttribute ds based(xmlAttributePtr)285 d nexth like(xmlAttributePtr) Next in hash table380 d attributes like(xmlAttributePtr) Declared attributes
246 PyObject * libxml_xmlAttributePtrWrap(xmlAttributePtr ns);
305 libxml_xmlAttributePtrWrap(xmlAttributePtr attr) in libxml_xmlAttributePtrWrap()
497 <ANCHOR id="xmlAttributePtr" href="libxml/libxml-tree.html#xmlAttributePtr">