Searched refs:xmlNewChild (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/examples/
H A Dtree2.c49 * xmlNewChild() creates a new node, which is "attached" as child node
52 xmlNewChild(root_node, NULL, BAD_CAST "node1",
57 xmlNewChild(root_node, NULL, BAD_CAST "node2", NULL);
64 xmlNewChild(root_node, NULL, BAD_CAST "node3",
85 node = xmlNewChild(root_node, NULL, BAD_CAST buff, NULL);
88 node1 = xmlNewChild(node, NULL, BAD_CAST buff, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/html/
H A Dtree2.c49 * xmlNewChild() creates a new node, which is "attached" as child node
52 xmlNewChild(root_node, NULL, BAD_CAST "node1",
57 xmlNewChild(root_node, NULL, BAD_CAST "node2", NULL);
64 xmlNewChild(root_node, NULL, BAD_CAST "node3",
85 node = xmlNewChild(root_node, NULL, BAD_CAST buff, NULL);
88 node1 = xmlNewChild(node, NULL, BAD_CAST buff, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dtree2.c49 * xmlNewChild() creates a new node, which is "attached" as child node
52 xmlNewChild(root_node, NULL, BAD_CAST "node1",
57 xmlNewChild(root_node, NULL, BAD_CAST "node2", NULL);
64 xmlNewChild(root_node, NULL, BAD_CAST "node3",
85 node = xmlNewChild(root_node, NULL, BAD_CAST buff, NULL);
88 node1 = xmlNewChild(node, NULL, BAD_CAST buff, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dtree.h799 xmlNewChild (xmlNodePtr parent,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dtree.h799 xmlNewChild (xmlNodePtr parent,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dtree.in.h771 xmlNewChild (xmlNodePtr parent,
H A Dtree.c2400 * NOTE: Use xmlNewChild() if @content will contain entities that need to be
2772 * xmlNewChild:
2789 xmlNewChild(xmlNodePtr parent, xmlNsPtr ns, function
2796 "xmlNewChild : parent == NULL\n");
2804 "xmlNewChild : name == NULL\n");
H A Drelaxng.c7054 xmlNewChild(cur, cur->ns, BAD_CAST "name",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dtree.h799 xmlNewChild (xmlNodePtr parent,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dtree.in.h771 xmlNewChild (xmlNodePtr parent,
H A Dtree.c2400 * NOTE: Use xmlNewChild() if @content will contain entities that need to be
2772 * xmlNewChild:
2789 xmlNewChild(xmlNodePtr parent, xmlNsPtr ns, function
2796 "xmlNewChild : parent == NULL\n");
2804 "xmlNewChild : name == NULL\n");
H A Drelaxng.c7054 xmlNewChild(cur, cur->ns, BAD_CAST "name",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Delfgcchack.h5892 #undef xmlNewChild macro
5893 extern __typeof (xmlNewChild) xmlNewChild __attribute((alias("xmlNewChild__internal_alias")));
5895 #ifndef xmlNewChild
5896 extern __typeof (xmlNewChild) xmlNewChild__internal_alias __attribute((visibility("hidden")));
5897 #define xmlNewChild xmlNewChild__internal_alias macro
H A Dtree.c2419 * NOTE: Use xmlNewChild() if @content will contain entities that need to be
2791 * xmlNewChild:
2808 xmlNewChild(xmlNodePtr parent, xmlNsPtr ns, function
2815 "xmlNewChild : parent == NULL\n");
2823 "xmlNewChild : name == NULL\n");
H A Drelaxng.c7056 xmlNewChild(cur, cur->ns, BAD_CAST "name",
H A Dtestapi.c20787 ret_val = xmlNewChild(parent, ns, (const xmlChar *)name, (const xmlChar *)content);
20796 printf("Leak of %d blocks found in xmlNewChild",
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Delfgcchack.h5892 #undef xmlNewChild macro
5893 extern __typeof (xmlNewChild) xmlNewChild __attribute((alias("xmlNewChild__internal_alias")));
5895 #ifndef xmlNewChild
5896 extern __typeof (xmlNewChild) xmlNewChild__internal_alias __attribute((visibility("hidden")));
5897 #define xmlNewChild xmlNewChild__internal_alias macro
H A Dtree.c2419 * NOTE: Use xmlNewChild() if @content will contain entities that need to be
2791 * xmlNewChild:
2808 xmlNewChild(xmlNodePtr parent, xmlNsPtr ns, function
2815 "xmlNewChild : parent == NULL\n");
2823 "xmlNewChild : name == NULL\n");
H A Drelaxng.c7056 xmlNewChild(cur, cur->ns, BAD_CAST "name",
H A Dtestapi.c20787 ret_val = xmlNewChild(parent, ns, (const xmlChar *)name, (const xmlChar *)content);
20796 printf("Leak of %d blocks found in xmlNewChild",
[all...]

Completed in 1095 milliseconds