| /third_party/libxml2/example/ |
| D | gjobread.c | 66 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/ |
| D | includekeyword.c | 15 key = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
|
| D | includexpath.c | 64 keyword = xmlNodeListGetString(doc, nodeset->nodeTab[i]->xmlChildrenNode, 1);
|
| /third_party/flutter/engine/flutter/third_party/txt/tests/ |
| D | FontTestUtils.cpp | 68 xmlNodeListGetString(doc, fontNode->xmlChildrenNode, 1); in getFontFamilies()
|
| /third_party/libxml2/ |
| D | c14n.c | 965 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()
|
| D | xmlreader.c | 274 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()
|
| D | HTMLtree.c | 697 value = xmlNodeListGetString(doc, cur->children, 0); in htmlAttrDumpOutput()
|
| D | tree.c | 1699 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()
|
| D | libxml2.syms | 1011 xmlNodeListGetString;
|
| D | valid.c | 2867 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()
|
| D | elfgcchack.h | 6677 #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
|
| D | relaxng.c | 6994 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()
|
| D | xmlschemas.c | 28198 xmlNodeListGetString(attr->doc, attr->children, 1), 1); in xmlSchemaVDocWalk()
|
| D | testapi.c | 22748 ret_val = xmlNodeListGetString(doc, (const xmlNode *)list, inLine); in test_xmlNodeListGetString()
|
| /third_party/libxml2/include/libxml/ |
| D | tree.h | 1050 xmlNodeListGetString (xmlDocPtr doc,
|
| /third_party/libxml2/os400/libxmlrpg/ |
| D | tree.rpgle | 1305 d xmlNodeListGetString... 1306 d pr * extproc('xmlNodeListGetString') xmlChar *
|
| /third_party/libxml2/win32/ |
| D | libxml2.def.src | 1289 xmlNodeListGetString
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 107662 -#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);
|