Home
last modified time | relevance | path

Searched refs:xmlNodeListGetString (Results 1 – 18 of 18) sorted by relevance

/third_party/libxml2/example/
Dgjobread.c66 ret->name = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1); in parsePerson()
69 ret->email = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1); in parsePerson()
137 xmlNodeListGetString(doc, cur->xmlChildrenNode, 1); in parseJob()
141 xmlNodeListGetString(doc, cur->xmlChildrenNode, 1); in parseJob()
/third_party/libxml2/doc/tutorial/
Dincludekeyword.c15 key = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
Dincludexpath.c64 keyword = xmlNodeListGetString(doc, nodeset->nodeTab[i]->xmlChildrenNode, 1);
/third_party/flutter/engine/flutter/third_party/txt/tests/
DFontTestUtils.cpp68 xmlNodeListGetString(doc, fontNode->xmlChildrenNode, 1); in getFontFamilies()
/third_party/libxml2/
Dc14n.c965 value = xmlNodeListGetString(ctx->doc, attr->children, 1); in xmlC14NPrintAttrs()
1028 res = xmlNodeListGetString(ctx->doc, xml_base_attr->children, 1); in xmlC14NFixupBaseAttr()
1040 tmp_str = xmlNodeListGetString(ctx->doc, attr->children, 1); in xmlC14NFixupBaseAttr()
Dxmlreader.c274 ID = xmlNodeListGetString(doc, attr->children, 1); in xmlTextReaderRemoveID()
330 ID = xmlNodeListGetString(doc, attr->children, 1); in xmlTextReaderRemoveRef()
2442 ret = xmlNodeListGetString(reader->node->doc, cur->children, 1); in xmlTextReaderGetAttributeNo()
3651 return (xmlNodeListGetString in xmlTextReaderValue()
3654 return (xmlNodeListGetString(NULL, attr->children, 1)); in xmlTextReaderValue()
DHTMLtree.c697 value = xmlNodeListGetString(doc, cur->children, 0); in htmlAttrDumpOutput()
Dtree.c1699 xmlNodeListGetString(xmlDocPtr doc, const xmlNode *list, int inLine) in xmlNodeListGetString() function
1743 buffer = xmlNodeListGetString(doc, ent->children, 1); in xmlNodeListGetString()
2850 xmlChar *idVal = xmlNodeListGetString(doc, prop->children, in xmlSetTreeDoc()
4149 id = xmlNodeListGetString(cur->doc, cur->children, 1); in xmlCopyPropInternal()
6685 ret = xmlNodeListGetString(prop->doc, prop->children, 1); in xmlGetPropNodeValueInternal()
9802 idVal = xmlNodeListGetString(cur->doc, cur->children, 1); in xmlDOMWrapCloneNode()
Dlibxml2.syms1011 xmlNodeListGetString;
Dvalid.c2867 ID = xmlNodeListGetString(doc, attr->children, 1); in xmlRemoveID()
3189 ID = xmlNodeListGetString(doc, attr->children, 1); in xmlRemoveRef()
6504 value = xmlNodeListGetString(doc, attr->children, 0); in xmlValidateElement()
Delfgcchack.h6677 #undef xmlNodeListGetString
6678 extern __typeof (xmlNodeListGetString) xmlNodeListGetString __attribute((alias("xmlNodeListGetStrin…
6680 #ifndef xmlNodeListGetString
6681 extern __typeof (xmlNodeListGetString) xmlNodeListGetString__internal_alias __attribute((visibility…
6682 #define xmlNodeListGetString xmlNodeListGetString__internal_alias macro
Drelaxng.c6994 val = xmlNodeListGetString(node->doc, cur->children, 1); in xmlRelaxNGCleanupAttributes()
9146 value = xmlNodeListGetString(prop->doc, prop->children, 1); in xmlRelaxNGValidateAttribute()
9184 value = xmlNodeListGetString(prop->doc, prop->children, 1); in xmlRelaxNGValidateAttribute()
Dxmlschemas.c28198 xmlNodeListGetString(attr->doc, attr->children, 1), 1); in xmlSchemaVDocWalk()
Dtestapi.c22748 ret_val = xmlNodeListGetString(doc, (const xmlNode *)list, inLine); in test_xmlNodeListGetString()
/third_party/libxml2/include/libxml/
Dtree.h1050 xmlNodeListGetString (xmlDocPtr doc,
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle1305 d xmlNodeListGetString...
1306 d pr * extproc('xmlNodeListGetString') xmlChar *
/third_party/libxml2/win32/
Dlibxml2.def.src1289 xmlNodeListGetString
/third_party/chromium/patch/
D0001-cve.patch107662 -#undef xmlNodeListGetString
107663 -extern __typeof (xmlNodeListGetString) xmlNodeListGetString __attribute((alias("xmlNodeListGetStri…
107665 -#ifndef xmlNodeListGetString
107666 -extern __typeof (xmlNodeListGetString) xmlNodeListGetString__internal_alias __attribute((visibilit…
107667 -#define xmlNodeListGetString xmlNodeListGetString__internal_alias
133403 ID = xmlNodeListGetString(doc, attr->children, 1);
134597 - ID = xmlNodeListGetString(doc, attr->children, 1);
134653 - ID = xmlNodeListGetString(doc, attr->children, 1);