Home
last modified time | relevance | path

Searched refs:xmlNewNode (Results 1 – 20 of 20) sorted by relevance

/third_party/libxml2/doc/examples/
Dtree2.c39 root_node = xmlNewNode(NULL, BAD_CAST "root"); in main()
73 node = xmlNewNode(NULL, BAD_CAST "node4"); in main()
Dio2.c28 n = xmlNewNode(NULL, BAD_CAST "root"); in main()
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dterm-styled-ostream.oo.c431 root = xmlNewNode (NULL, (const xmlChar *) "__root__"); in match()
449 child = xmlNewNode (NULL, (const xmlChar *) p_start); in match()
/third_party/weston/tools/zunitc/src/
Dzuc_junit_reporter.c397 root = xmlNewNode(NULL, BAD_CAST "testsuites"); in run_ended()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dxml_libxml2.c265 node = xmlNewNode(NULL, (const xmlChar *) name); in xml_node_create_root()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dxml_libxml2.c265 node = xmlNewNode(NULL, (const xmlChar *) name); in xml_node_create_root()
/third_party/gettext/gnulib-local/lib/libxml/
Dtree.in.h866 xmlNewNode (xmlNsPtr ns,
Delfgcchack.h6298 #undef xmlNewNode
6299 extern __typeof (xmlNewNode) xmlNewNode __attribute((alias("xmlNewNode__internal_alias")));
6301 #ifndef xmlNewNode
6302 extern __typeof (xmlNewNode) xmlNewNode__internal_alias __attribute((visibility("hidden")));
6303 #define xmlNewNode xmlNewNode__internal_alias macro
Dtree.c2254 xmlNewNode(xmlNsPtr ns, const xmlChar *name) { in xmlNewNode() function
2352 cur = xmlNewNode(ns, name); in xmlNewDocNode()
/third_party/libxml2/include/libxml/
Dtree.h837 xmlNewNode (xmlNsPtr ns,
/third_party/libxml2/
Dlibxml2.syms990 xmlNewNode;
Delfgcchack.h6277 #undef xmlNewNode
6278 extern __typeof (xmlNewNode) xmlNewNode __attribute((alias("xmlNewNode__internal_alias")));
6280 #ifndef xmlNewNode
6281 extern __typeof (xmlNewNode) xmlNewNode__internal_alias __attribute((visibility("hidden")));
6282 #define xmlNewNode xmlNewNode__internal_alias macro
Dtree.c2243 xmlNewNode(xmlNsPtr ns, const xmlChar *name) { in xmlNewNode() function
2341 cur = xmlNewNode(ns, name); in xmlNewDocNode()
Dtestapi.c21751 ret_val = xmlNewNode(ns, (const xmlChar *)name); in test_xmlNewNode()
DChangeLog19660 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle922 d xmlNewNode pr extproc('xmlNewNode')
/third_party/gettext/gettext-tools/src/
Dits.c1963 translated = xmlNewNode (node->ns, node->name); in its_merge_context_merge_node()
/third_party/libxml2/win32/
Dlibxml2.def.src1252 xmlNewNode
/third_party/ffmpeg/libavformat/
Ddashdec.c1339 mpd_baseurl_node = xmlNewNode(NULL, "BaseURL"); in parse_manifest()
/third_party/libxml2/python/
Dlibxml.c3100 node = (xmlNodePtr) xmlNewNode(NULL, name); in libxml_xmlNewNode()