Home
last modified time | relevance | path

Searched refs:xmlNodeSetContent (Results 1 – 17 of 17) sorted by relevance

/third_party/libxml2/doc/examples/
Dio2.c29 xmlNodeSetContent(n, BAD_CAST "content"); in main()
Dxpath2.c162 xmlNodeSetContent(nodes->nodeTab[i], value); in update_xpath_nodes()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dxml_libxml2.c321 xmlNodeSetContent((xmlNodePtr) node, (xmlChar *) value); in xml_node_set_text()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dxml_libxml2.c321 xmlNodeSetContent((xmlNodePtr) node, (xmlChar *) value); in xml_node_set_text()
/third_party/libxml2/include/libxml/
Dtree.h1060 xmlNodeSetContent (xmlNodePtr cur,
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstxmlhelper.c1271 xmlNodeSetContent (node, (xmlChar *) content); in gst_xml_helper_set_content()
/third_party/libxml2/
Dlibxml2.syms1013 xmlNodeSetContent;
Delfgcchack.h6699 #undef xmlNodeSetContent
6700 extern __typeof (xmlNodeSetContent) xmlNodeSetContent __attribute((alias("xmlNodeSetContent__intern…
6702 #ifndef xmlNodeSetContent
6703 extern __typeof (xmlNodeSetContent) xmlNodeSetContent__internal_alias __attribute((visibility("hidd…
6704 #define xmlNodeSetContent xmlNodeSetContent__internal_alias macro
Dtree.c3077 xmlNodeSetContent(cur->next, tmp); in xmlAddNextSibling()
3149 xmlNodeSetContent(cur, tmp); in xmlAddPrevSibling()
5689 xmlNodeSetContent(xmlNodePtr cur, const xmlChar *content) { in xmlNodeSetContent() function
Dxmllint.c2192 xmlNodeSetContent(n, BAD_CAST "abc"); in parseAndPrintFile()
Drelaxng.c7303 xmlNodeSetContent(cur, local); in xmlRelaxNGCleanupTree()
DNEWS1429 Use a hybrid allocation scheme in xmlNodeSetContent (Conrad Irwin),
Dtestapi.c22828 xmlNodeSetContent(cur, (const xmlChar *)content); in test_xmlNodeSetContent()
/third_party/ffmpeg/libavformat/
Ddashdec.c769 xmlNodeSetContent(node, root_url); in resolve_content_path()
803 xmlNodeSetContent(baseurl_nodes[i], tmp_str); in resolve_content_path()
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle1319 d xmlNodeSetContent...
1320 d pr extproc('xmlNodeSetContent')
/third_party/libxml2/win32/
Dlibxml2.def.src1291 xmlNodeSetContent
/third_party/chromium/patch/
D0001-cve.patch89273 - * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
107684 -#undef xmlNodeSetContent
107685 -extern __typeof (xmlNodeSetContent) xmlNodeSetContent __attribute((alias("xmlNodeSetContent__inter…
107687 -#ifndef xmlNodeSetContent
107688 -extern __typeof (xmlNodeSetContent) xmlNodeSetContent__internal_alias __attribute((visibility("hid…
107689 -#define xmlNodeSetContent xmlNodeSetContent__internal_alias
133001 @@ -5715,9 +5742,6 @@ xmlNodeSetContent(xmlNodePtr cur, const xmlChar *content) {