Home
last modified time | relevance | path

Searched refs:xmlAttrPtr (Results 1 – 25 of 30) sorted by relevance

12

/external/libxml2/include/libxml/
Dtree.h433 typedef xmlAttr *xmlAttrPtr; typedef
460 xmlAttrPtr attr; /* The attribute holding it */
477 xmlAttrPtr attr; /* The attribute holding it */
783 XMLPUBFUN xmlAttrPtr XMLCALL
789 XMLPUBFUN xmlAttrPtr XMLCALL
794 XMLPUBFUN xmlAttrPtr XMLCALL
799 XMLPUBFUN xmlAttrPtr XMLCALL
805 xmlFreePropList (xmlAttrPtr cur);
807 xmlFreeProp (xmlAttrPtr cur);
808 XMLPUBFUN xmlAttrPtr XMLCALL
[all …]
Dvalid.h271 xmlAttrPtr attr);
274 XMLPUBFUN xmlAttrPtr XMLCALL
280 xmlAttrPtr attr);
283 xmlAttrPtr attr);
290 xmlAttrPtr attr);
296 xmlAttrPtr attr);
299 xmlAttrPtr attr);
365 xmlAttrPtr attr,
DdebugXML.h33 xmlAttrPtr attr,
37 xmlAttrPtr attr,
Dparser.h296 xmlAttrPtr freeAttrs; /* List of freed attributes nodes */
/external/libxml2/
Dc14n.c711 xmlAttrPtr attr; in xmlExcC14NProcessNamespacesAxis()
865 xmlC14NIsXmlAttr(xmlAttrPtr attr) in xmlC14NIsXmlAttr()
882 xmlC14NAttrsCompare(xmlAttrPtr attr1, xmlAttrPtr attr2) in xmlC14NAttrsCompare()
934 xmlC14NPrintAttrs(const xmlAttrPtr attr, xmlC14NCtxPtr ctx) in xmlC14NPrintAttrs()
977 static xmlAttrPtr
980 xmlAttrPtr res; in xmlC14NFindHiddenParentAttr()
1000 static xmlAttrPtr
1001 xmlC14NFixupBaseAttr(xmlC14NCtxPtr ctx, xmlAttrPtr xml_base_attr) in xmlC14NFixupBaseAttr()
1005 xmlAttrPtr attr; in xmlC14NFixupBaseAttr()
1128 xmlAttrPtr attr; in xmlC14NProcessAttrsAxis()
[all …]
Dtree.c1825 static xmlAttrPtr
1830 xmlAttrPtr cur; in xmlNewPropInternal()
1844 cur = (xmlAttrPtr) xmlMalloc(sizeof(xmlAttr)); in xmlNewPropInternal()
1898 xmlAttrPtr prev = node->properties; in xmlNewPropInternal()
1927 xmlAttrPtr
1952 xmlAttrPtr
1977 xmlAttrPtr
2001 xmlAttrPtr
2003 xmlAttrPtr cur; in xmlNewDocProp()
2016 cur = (xmlAttrPtr) xmlMalloc(sizeof(xmlAttr)); in xmlNewDocProp()
[all …]
Dsave.h23 xmlAttrPtr attr, const xmlChar * string);
Dxmlsave.c435 xmlAttrSerializeContent(xmlOutputBufferPtr buf, xmlAttrPtr attr) in xmlAttrSerializeContent()
764 xmlAttrDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) { in xmlAttrDumpOutput()
794 xmlAttrListDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) { in xmlAttrListDumpOutput()
1024 xmlAttrDumpOutput(ctxt, (xmlAttrPtr) cur); in xmlNodeDumpOutputInternal()
1334 xhtmlAttrListDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) { in xhtmlAttrListDumpOutput()
1335 xmlAttrPtr xml_lang = NULL; in xhtmlAttrListDumpOutput()
1336 xmlAttrPtr lang = NULL; in xhtmlAttrListDumpOutput()
1337 xmlAttrPtr name = NULL; in xhtmlAttrListDumpOutput()
1338 xmlAttrPtr id = NULL; in xhtmlAttrListDumpOutput()
1562 xmlAttrDumpOutput(ctxt, (xmlAttrPtr) cur); in xhtmlNodeDumpOutput()
[all …]
Dvalid.c2579 xmlAttrPtr attr) { in xmlAddID()
2675 xmlIsID(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) { in xmlIsID()
2736 xmlRemoveID(xmlDocPtr doc, xmlAttrPtr attr) { in xmlRemoveID()
2773 xmlAttrPtr
2798 return((xmlAttrPtr) doc); in xmlGetID()
2811 xmlAttrPtr ap;
2863 xmlAttrPtr attr0 = ((xmlRefPtr)data)->attr; in xmlWalkRemoveRef()
2864 xmlAttrPtr attr1 = ((xmlRemoveMemoPtr)user)->ap; in xmlWalkRemoveRef()
2901 xmlAttrPtr attr) { in xmlAddRef()
3015 xmlIsRef(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) { in xmlIsRef()
[all …]
Drngparser.c136 xmlAttrPtr attrs; /* pending attributes */
458 xmlAttrPtr attr; in xmlParseCRNG_attribute()
606 static xmlAttrPtr
610 xmlAttrPtr lib, typ; in xmlParseCRNG_datatypeAttributes()
835 xmlAttrPtr attrs = NULL; in xmlParseCRNG_datatype()
Dxmlreader.c254 xmlTextReaderRemoveID(xmlDocPtr doc, xmlAttrPtr attr) { in xmlTextReaderRemoveID()
286 xmlTextReaderFreeProp(xmlTextReaderPtr reader, xmlAttrPtr cur) { in xmlTextReaderFreeProp()
327 xmlTextReaderFreePropList(xmlTextReaderPtr reader, xmlAttrPtr cur) { in xmlTextReaderFreePropList()
328 xmlAttrPtr next; in xmlTextReaderFreePropList()
443 xmlTextReaderFreeProp(reader, (xmlAttrPtr) cur); in xmlTextReaderFreeNode()
2339 xmlAttrPtr cur; in xmlTextReaderGetAttributeNo()
2583 xmlAttrPtr cur; in xmlTextReaderMoveToAttributeNo()
2634 xmlAttrPtr prop; in xmlTextReaderMoveToAttribute()
2736 xmlAttrPtr prop; in xmlTextReaderMoveToAttributeNs()
2963 xmlAttrPtr attr; in xmlTextReaderAttributeCount()
[all …]
DdebugXML.c824 xmlCtxtDumpAttr(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr) in xmlCtxtDumpAttr()
862 xmlCtxtDumpAttrList(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr) in xmlCtxtDumpAttrList()
1378 xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth) { in xmlDebugDumpAttr()
1418 xmlDebugDumpAttrList(FILE * output, xmlAttrPtr attr, int depth) in xmlDebugDumpAttrList()
1623 list = ((xmlAttrPtr) node)->children; in xmlLsCountNode()
1904 xmlDebugDumpAttrList(fp, (xmlAttrPtr) node, 0); in xmlShellPrintNodeCtxt()
2289 xmlDebugDumpAttr(ctxt->output, (xmlAttrPtr) node, 0); in xmlShellDir()
Dxmlschemas.c2852 xmlAttrPtr attr, in xmlSchemaPCustomAttrErr()
2892 xmlAttrPtr attr) in xmlSchemaPIllegalAttrErr()
3076 xmlAttrPtr attr, in xmlSchemaPMutualExclAttrErr()
4625 static xmlAttrPtr
4628 xmlAttrPtr prop; in xmlSchemaGetPropNode()
4652 static xmlAttrPtr
4655 xmlAttrPtr prop; in xmlSchemaGetPropNodeNs()
5793 xmlAttrPtr attr, in xmlSchemaPValAttrNodeQNameValue()
5874 xmlAttrPtr attr, in xmlSchemaPValAttrNodeQName()
5910 xmlAttrPtr attr; in xmlSchemaPValAttrQName()
[all …]
Dxmlschemastypes.c2749 xmlAttrPtr attr = (xmlAttrPtr) node; in xmlSchemaValAtomicType()
2783 xmlAttrPtr attr = (xmlAttrPtr) node; in xmlSchemaValAtomicType()
2804 xmlAttrPtr attr = (xmlAttrPtr) node; in xmlSchemaValAtomicType()
2835 xmlAttrPtr attr = (xmlAttrPtr) node; in xmlSchemaValAtomicType()
2852 xmlAttrPtr attr = (xmlAttrPtr) node; in xmlSchemaValAtomicType()
Drelaxng.c310 xmlAttrPtr *attrs; /* the array of attributes */
1186 xmlAttrPtr attr; in xmlRelaxNGNewValidState()
1187 xmlAttrPtr attrs[MAX_ATTR]; in xmlRelaxNGNewValidState()
1234 ret->attrs = (xmlAttrPtr *) xmlMalloc(ret->maxAttrs * in xmlRelaxNGNewValidState()
1235 sizeof(xmlAttrPtr)); in xmlRelaxNGNewValidState()
1241 xmlAttrPtr *tmp; in xmlRelaxNGNewValidState()
1243 tmp = (xmlAttrPtr *) xmlRealloc(ret->attrs, nbAttrs * in xmlRelaxNGNewValidState()
1244 sizeof(xmlAttrPtr)); in xmlRelaxNGNewValidState()
1254 memcpy(ret->attrs, attrs, sizeof(xmlAttrPtr) * nbAttrs); in xmlRelaxNGNewValidState()
1283 xmlAttrPtr *attrs; in xmlRelaxNGCopyValidState()
[all …]
DSAX2.c1099 xmlAttrPtr ret; in xmlSAX2AttributeInternal()
1301 xmlAttrPtr prop; in xmlSAX2AttributeInternal()
1973 xmlAttrPtr ret; in xmlSAX2AttributeNs()
2006 xmlAttrPtr prev = ctxt->node->properties; in xmlSAX2AttributeNs()
Dxpath.c1265 xmlDebugDumpAttr(output, (xmlAttrPtr)cur, depth); in xmlXPathDebugDumpNode()
6364 tmp = ((xmlAttrPtr) node)->children; in xmlXPathNodeValHash()
7992 xmlAttrPtr att = (xmlAttrPtr) ctxt->context->node; in xmlXPathNextParent()
8065 xmlAttrPtr tmp = (xmlAttrPtr) ctxt->context->node; in xmlXPathNextAncestor()
8117 xmlAttrPtr att = (xmlAttrPtr) ctxt->context->node; in xmlXPathNextAncestor()
8591 xmlAttrPtr attr; in xmlXPathGetElementsByIds()
12489 xmlAttrPtr attr = (xmlAttrPtr) cur; in xmlXPathNodeCollectAndTest()
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle444 d xmlAttrPtr s * based(######typedef######)
446 d xmlAttr ds based(xmlAttrPtr)
454 d next like(xmlAttrPtr) next sibling link
455 d prev like(xmlAttrPtr) previous sibling lnk
470 d attr like(xmlAttrPtr) Attribute holding it
485 d attr like(xmlAttrPtr) Attribute holding it
506 d properties like(xmlAttrPtr) Properties list
810 d like(xmlAttrPtr)
823 d like(xmlAttrPtr)
832 d like(xmlAttrPtr)
[all …]
Dvalid.rpgle304 d attr value like(xmlAttrPtr)
310 d like(xmlAttrPtr)
317 d attr value like(xmlAttrPtr)
321 d attr value like(xmlAttrPtr)
330 d attr value like(xmlAttrPtr)
339 d attr value like(xmlAttrPtr)
343 d attr value like(xmlAttrPtr)
440 d attr value like(xmlAttrPtr)
DdebugXML.rpgle29 d attr value like(xmlAttrPtr)
35 d attr value like(xmlAttrPtr)
/external/libxml2/doc/tutorial/
Dincludeaddattribute.c15 xmlAttrPtr newattr;
/external/libxml2/python/
Dlibxml.c2448 xmlAttrPtr attr = (xmlAttrPtr) cur; in libxml_name()
2492 xmlAttrPtr attr = (xmlAttrPtr) cur; in libxml_doc()
2513 xmlAttrPtr res; in libxml_properties()
2550 xmlAttrPtr attr = (xmlAttrPtr) cur; in libxml_next()
2594 xmlAttrPtr attr = (xmlAttrPtr) cur; in libxml_prev()
2640 xmlAttrPtr attr = (xmlAttrPtr) cur; in libxml_children()
2683 xmlAttrPtr attr = (xmlAttrPtr) cur; in libxml_last()
2720 xmlAttrPtr attr = (xmlAttrPtr) cur; in libxml_parent()
Dlibxml_wrap.h244 PyObject * libxml_xmlAttrPtrWrap(xmlAttrPtr attr);
Dtypes.c289 libxml_xmlAttrPtrWrap(xmlAttrPtr attr) in libxml_xmlAttrPtrWrap()
/external/wpa_supplicant_8/src/utils/
Dxml_libxml2.c328 xmlAttrPtr attr; in xml_node_add_attr()

12