Home
last modified time | relevance | path

Searched refs:xmlNodeGetContent (Results 1 – 25 of 33) sorted by relevance

12

/third_party/libsoup/libsoup/
Dsoup-xmlrpc-old.c369 content = xmlNodeGetContent (typenode); in parse_value()
379 content = xmlNodeGetContent (typenode); in parse_value()
384 content = xmlNodeGetContent (typenode); in parse_value()
389 content = xmlNodeGetContent (typenode); in parse_value()
394 content = xmlNodeGetContent (typenode); in parse_value()
399 content = xmlNodeGetContent (typenode); in parse_value()
408 content = xmlNodeGetContent (typenode); in parse_value()
448 content = xmlNodeGetContent (mname); in parse_value()
524 xmlMethodName = xmlNodeGetContent (node); in soup_xmlrpc_parse_method_call()
Dsoup-xmlrpc.c805 content = xmlNodeGetContent (mname); in parse_dictionary()
839 content = xmlNodeGetContent (typenode); in parse_number()
919 content = xmlNodeGetContent (typenode); in parse_double()
946 content = xmlNodeGetContent (typenode); in parse_base64()
1022 content = xmlNodeGetContent (typenode); in parse_value()
1058 content = xmlNodeGetContent (typenode); in parse_value()
1226 xmlMethodName = xmlNodeGetContent (node); in soup_xmlrpc_parse_request()
/third_party/gettext/gettext-tools/src/
Dcldr-plurals.c150 content = xmlNodeGetContent (n2); in extract_rules()
Dits.c591 xmlChar *xcontent = xmlNodeGetContent (n); in _its_collect_text_content()
1788 xmlChar *content = xmlNodeGetContent (sibling); in its_rule_list_extract_text()
/third_party/ffmpeg/libavformat/
Ddashdec.c489 text = xmlNodeGetContent(baseurl_nodes[i]->children); in get_content_url()
724 text = xmlNodeGetContent(baseurl_nodes[i]); in resolve_content_path()
760 text = xmlNodeGetContent(node); in resolve_content_path()
769 baseurl = xmlNodeGetContent(node); in resolve_content_path()
788 text = xmlNodeGetContent(baseurl_nodes[i]); in resolve_content_path()
1196 val = xmlNodeGetContent(node); in parse_programinformation()
1201 val = xmlNodeGetContent(node); in parse_programinformation()
1206 val = xmlNodeGetContent(node); in parse_programinformation()
/third_party/libxml2/
DtestC14N.c282 expr = xmlNodeGetContent(node); in load_xpath_expr()
Dschematron.c905 report = xmlNodeGetContent(cur); in xmlSchematronParseRule()
928 report = xmlNodeGetContent(cur); in xmlSchematronParseRule()
1160 xmlChar *title = xmlNodeGetContent(cur); in xmlSchematronParse()
Dlibxml2.syms1006 xmlNodeGetContent;
Dxpath.c5713 if ((ret = xmlNodeGetContent(node)) == NULL) in xmlXPathCastNodeToString()
6742 str2 = xmlNodeGetContent(ns->nodeTab[i]); in xmlXPathEqualNodeSetString()
6921 values1[i] = xmlNodeGetContent(ns1->nodeTab[i]); in xmlXPathEqualNodeSets()
6923 values2[j] = xmlNodeGetContent(ns2->nodeTab[j]); in xmlXPathEqualNodeSets()
9535 xmlChar* content = xmlNodeGetContent(ctxt->context->node); in xmlXPathNumberFunction()
Drelaxng.c3597 def->value = xmlNodeGetContent(node); in xmlRelaxNGParseValue()
3720 param->value = xmlNodeGetContent(content); in xmlRelaxNGParseData()
5306 val = xmlNodeGetContent(node); in xmlRelaxNGParseNameClass()
7286 name = xmlNodeGetContent(cur); in xmlRelaxNGCleanupTree()
Delfgcchack.h6625 #undef xmlNodeGetContent
6626 extern __typeof (xmlNodeGetContent) xmlNodeGetContent __attribute((alias("xmlNodeGetContent__intern…
6628 #ifndef xmlNodeGetContent
6629 extern __typeof (xmlNodeGetContent) xmlNodeGetContent__internal_alias __attribute((visibility("hidd…
6630 #define xmlNodeGetContent xmlNodeGetContent__internal_alias macro
Druntest.c3680 expr = xmlNodeGetContent(node); in load_xpath_expr()
/third_party/libxml2/python/
Dlibxml.py323 return libxml2mod.xmlNodeGetContent(self._o)
375 return libxml2mod.xmlNodeGetContent(self._o)
/third_party/gettext/gnulib-local/lib/libxml/
Dschematron.c934 report = xmlNodeGetContent(cur); in xmlSchematronParseRule()
957 report = xmlNodeGetContent(cur); in xmlSchematronParseRule()
1189 xmlChar *title = xmlNodeGetContent(cur); in xmlSchematronParse()
Dtree.in.h1105 xmlNodeGetContent (const xmlNode *cur);
Dxpath.c5770 if ((ret = xmlNodeGetContent(node)) == NULL) in xmlXPathCastNodeToString()
6798 str2 = xmlNodeGetContent(ns->nodeTab[i]); in xmlXPathEqualNodeSetString()
6973 values1[i] = xmlNodeGetContent(ns1->nodeTab[i]); in xmlXPathEqualNodeSets()
6975 values2[j] = xmlNodeGetContent(ns2->nodeTab[j]); in xmlXPathEqualNodeSets()
9632 xmlChar* content = xmlNodeGetContent(ctxt->context->node); in xmlXPathNumberFunction()
Drelaxng.c3626 def->value = xmlNodeGetContent(node); in xmlRelaxNGParseValue()
3749 param->value = xmlNodeGetContent(content); in xmlRelaxNGParseData()
5335 val = xmlNodeGetContent(node); in xmlRelaxNGParseNameClass()
7308 name = xmlNodeGetContent(cur); in xmlRelaxNGCleanupTree()
Delfgcchack.h6646 #undef xmlNodeGetContent
6647 extern __typeof (xmlNodeGetContent) xmlNodeGetContent __attribute((alias("xmlNodeGetContent__intern…
6649 #ifndef xmlNodeGetContent
6650 extern __typeof (xmlNodeGetContent) xmlNodeGetContent__internal_alias __attribute((visibility("hidd…
6651 #define xmlNodeGetContent xmlNodeGetContent__internal_alias macro
Dxmlschemas.c4327 content = xmlNodeGetContent(annot->content); in xmlSchemaAnnotDump()
4739 val = xmlNodeGetContent(node); in xmlSchemaGetNodeContent()
4750 return((const xmlChar*) xmlNodeGetContent(node)); in xmlSchemaGetNodeContentNoDict()
6210 value = xmlNodeGetContent(node); in xmlSchemaPGetBoolNodeValue()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dxml_libxml2.c390 return (char *) xmlNodeGetContent((xmlNodePtr) node); in xml_node_get_text()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dxml_libxml2.c390 return (char *) xmlNodeGetContent((xmlNodePtr) node); in xml_node_get_text()
/third_party/libxml2/include/libxml/
Dtree.h1076 xmlNodeGetContent (const xmlNode *cur);
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle1343 d xmlNodeGetContent...
1344 d pr * extproc('xmlNodeGetContent') xmlChar *
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssmanifest.c331 manifest->protection_data = (gchar *) xmlNodeGetContent (nodeiter); in _gst_mss_parse_protection()
/third_party/libxml2/win32/
Dlibxml2.def.src1284 xmlNodeGetContent

12