Searched refs:xmlNewNode (Results 1 – 20 of 20) sorted by relevance
/third_party/libxml2/doc/examples/ |
D | tree2.c | 39 root_node = xmlNewNode(NULL, BAD_CAST "root"); in main() 73 node = xmlNewNode(NULL, BAD_CAST "node4"); in main()
|
D | io2.c | 28 n = xmlNewNode(NULL, BAD_CAST "root"); in main()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/ |
D | term-styled-ostream.oo.c | 431 root = xmlNewNode (NULL, (const xmlChar *) "__root__"); in match() 449 child = xmlNewNode (NULL, (const xmlChar *) p_start); in match()
|
/third_party/weston/tools/zunitc/src/ |
D | zuc_junit_reporter.c | 397 root = xmlNewNode(NULL, BAD_CAST "testsuites"); in run_ended()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | xml_libxml2.c | 265 node = xmlNewNode(NULL, (const xmlChar *) name); in xml_node_create_root()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | xml_libxml2.c | 265 node = xmlNewNode(NULL, (const xmlChar *) name); in xml_node_create_root()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | tree.in.h | 866 xmlNewNode (xmlNsPtr ns,
|
D | elfgcchack.h | 6298 #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
|
D | tree.c | 2254 xmlNewNode(xmlNsPtr ns, const xmlChar *name) { in xmlNewNode() function 2352 cur = xmlNewNode(ns, name); in xmlNewDocNode()
|
/third_party/libxml2/include/libxml/ |
D | tree.h | 837 xmlNewNode (xmlNsPtr ns,
|
/third_party/libxml2/ |
D | libxml2.syms | 990 xmlNewNode;
|
D | elfgcchack.h | 6277 #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
|
D | tree.c | 2243 xmlNewNode(xmlNsPtr ns, const xmlChar *name) { in xmlNewNode() function 2341 cur = xmlNewNode(ns, name); in xmlNewDocNode()
|
D | testapi.c | 21751 ret_val = xmlNewNode(ns, (const xmlChar *)name); in test_xmlNewNode()
|
D | ChangeLog | 19660 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
|
/third_party/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 922 d xmlNewNode pr extproc('xmlNewNode')
|
/third_party/gettext/gettext-tools/src/ |
D | its.c | 1963 translated = xmlNewNode (node->ns, node->name); in its_merge_context_merge_node()
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 1252 xmlNewNode
|
/third_party/ffmpeg/libavformat/ |
D | dashdec.c | 1339 mpd_baseurl_node = xmlNewNode(NULL, "BaseURL"); in parse_manifest()
|
/third_party/libxml2/python/ |
D | libxml.c | 3100 node = (xmlNodePtr) xmlNewNode(NULL, name); in libxml_xmlNewNode()
|