Searched refs:xmlNewNode (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/examples/
H A Dio2.c28 n = xmlNewNode(NULL, BAD_CAST "root");
H A Dtree2.c40 root_node = xmlNewNode(NULL, BAD_CAST "root");
70 * Here goes another way to create nodes. xmlNewNode() and xmlNewText
74 node = xmlNewNode(NULL, BAD_CAST "node4");
/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 Dio2.c28 n = xmlNewNode(NULL, BAD_CAST "root");
H A Dtree2.c40 root_node = xmlNewNode(NULL, BAD_CAST "root");
70 * Here goes another way to create nodes. xmlNewNode() and xmlNewText
74 node = xmlNewNode(NULL, BAD_CAST "node4");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dio2.c28 n = xmlNewNode(NULL, BAD_CAST "root");
H A Dtree2.c40 root_node = xmlNewNode(NULL, BAD_CAST "root");
70 * Here goes another way to create nodes. xmlNewNode() and xmlNewText
74 node = xmlNewNode(NULL, BAD_CAST "node4");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-styled-ostream.oo.c431 root = xmlNewNode (NULL, (const xmlChar *) "__root__");
449 child = xmlNewNode (NULL, (const xmlChar *) p_start);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterm-styled-ostream.c428 root = xmlNewNode (NULL, (const xmlChar *) "__root__");
446 child = xmlNewNode (NULL, (const xmlChar *) p_start);
H A Dterm-styled-ostream.oo.c431 root = xmlNewNode (NULL, (const xmlChar *) "__root__");
449 child = xmlNewNode (NULL, (const xmlChar *) p_start);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dtree.h792 xmlNewNode (xmlNsPtr ns,
/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.h792 xmlNewNode (xmlNsPtr ns,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dtree.in.h764 xmlNewNode (xmlNsPtr ns,
H A Dtree.c2145 * xmlNewNode:
2155 xmlNewNode(xmlNsPtr ns, const xmlChar *name) { function
2161 "xmlNewNode : name == NULL\n");
2193 * new node's name. Use xmlNewNode() if a copy of @name string is
2203 "xmlNewNode : name == NULL\n");
2253 cur = xmlNewNode(ns, name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dtree.h792 xmlNewNode (xmlNsPtr ns,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dtree.in.h764 xmlNewNode (xmlNsPtr ns,
H A Dtree.c2145 * xmlNewNode:
2155 xmlNewNode(xmlNsPtr ns, const xmlChar *name) { function
2161 "xmlNewNode : name == NULL\n");
2193 * new node's name. Use xmlNewNode() if a copy of @name string is
2203 "xmlNewNode : name == NULL\n");
2253 cur = xmlNewNode(ns, name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml.c2916 if (!PyArg_ParseTuple(args, (char *) "s:xmlNewNode", &name))
2918 node = (xmlNodePtr) xmlNewNode(NULL, name);
3655 {(char *) "xmlNewNode", libxml_xmlNewNode, METH_VARARGS, NULL},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/
H A Dlibxml.c2916 if (!PyArg_ParseTuple(args, (char *) "s:xmlNewNode", &name))
2918 node = (xmlNodePtr) xmlNewNode(NULL, name);
3655 {(char *) "xmlNewNode", libxml_xmlNewNode, METH_VARARGS, NULL},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Delfgcchack.h6109 #undef xmlNewNode macro
6110 extern __typeof (xmlNewNode) xmlNewNode __attribute((alias("xmlNewNode__internal_alias")));
6112 #ifndef xmlNewNode
6113 extern __typeof (xmlNewNode) xmlNewNode__internal_alias __attribute((visibility("hidden")));
6114 #define xmlNewNode xmlNewNode__internal_alias macro
H A Dtree.c2159 * xmlNewNode:
2169 xmlNewNode(xmlNsPtr ns, const xmlChar *name) { function
2175 "xmlNewNode : name == NULL\n");
2207 * new node's name. Use xmlNewNode() if a copy of @name string is
2217 "xmlNewNode : name == NULL\n");
2267 cur = xmlNewNode(ns, name);
H A Dtestapi.c21364 ret_val = xmlNewNode(ns, (const xmlChar *)name);
21371 printf("Leak of %d blocks found in xmlNewNode",
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Delfgcchack.h6109 #undef xmlNewNode macro
6110 extern __typeof (xmlNewNode) xmlNewNode __attribute((alias("xmlNewNode__internal_alias")));
6112 #ifndef xmlNewNode
6113 extern __typeof (xmlNewNode) xmlNewNode__internal_alias __attribute((visibility("hidden")));
6114 #define xmlNewNode xmlNewNode__internal_alias macro
H A Dtree.c2159 * xmlNewNode:
2169 xmlNewNode(xmlNsPtr ns, const xmlChar *name) { function
2175 "xmlNewNode : name == NULL\n");
2207 * new node's name. Use xmlNewNode() if a copy of @name string is
2217 "xmlNewNode : name == NULL\n");
2267 cur = xmlNewNode(ns, name);
H A Dtestapi.c21364 ret_val = xmlNewNode(ns, (const xmlChar *)name);
21371 printf("Leak of %d blocks found in xmlNewNode",
[all...]

Completed in 975 milliseconds