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.h252 typedef xmlAttribute *xmlAttributePtr; typedef
359 xmlAttributePtr attributes; /* List of the declared attributes */
/external/libxml2/
Dsave.h26 void xmlBufDumpAttributeDecl(xmlBufPtr buf, xmlAttributePtr attr);
Dvalid.c1393 xmlAttributePtr oldAttributes = NULL; in xmlAddElementDecl()
1859 xmlAttributePtr cur; in xmlScanIDAttributeDecl()
1885 xmlFreeAttribute(xmlAttributePtr attr) { in xmlFreeAttribute()
1937 xmlAttributePtr
1943 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 …]
Dxmlsave.c514 xmlBufDumpAttributeDecl(xmlBufPtr buf, xmlAttributePtr attr) { in xmlBufDumpAttributeDecl()
943 xmlBufDumpAttributeDecl(buf->buffer, (xmlAttributePtr) cur); in xmlNodeDumpOutputInternal()
1483 xmlBufDumpAttributeDecl(buf->buffer, (xmlAttributePtr) cur); in xhtmlNodeDumpOutput()
DSAX2.c739 xmlAttributePtr attr; in xmlSAX2AttributeDecl()
1452 xmlAttributePtr attr = elemDecl->attributes; in xmlCheckDefaultedAttributes()
1533 xmlAttributePtr tst; in xmlCheckDefaultedAttributes()
DdebugXML.c480 xmlCtxtDumpAttrDecl(xmlDebugCtxtPtr ctxt, xmlAttributePtr attr) in xmlCtxtDumpAttrDecl()
991 xmlCtxtDumpAttrDecl(ctxt, (xmlAttributePtr) node); in xmlCtxtDumpOneNode()
Dtree.c4487 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()
Dtestapi.c818 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()
/external/libxml2/os400/libxmlrpg/
Dvalid.rpgle264 d like(xmlAttributePtr)
295 d attr value like(xmlAttributePtr)
403 d attr value like(xmlAttributePtr)
501 d like(xmlAttributePtr)
508 d like(xmlAttributePtr)
Dtree.rpgle278 d xmlAttributePtr...
281 d xmlAttribute ds based(xmlAttributePtr)
292 d nexth like(xmlAttributePtr) Next in hash table
390 d attributes like(xmlAttributePtr) Declared attributes
/external/libxml2/python/
Dlibxml_wrap.h246 PyObject * libxml_xmlAttributePtrWrap(xmlAttributePtr ns);
Dtypes.c303 libxml_xmlAttributePtrWrap(xmlAttributePtr attr) in libxml_xmlAttributePtrWrap()
/external/libxml2/doc/html/
Dindex.sgml497 <ANCHOR id="xmlAttributePtr" href="libxml/libxml-tree.html#xmlAttributePtr">