Searched refs:xmlNewTextChild (Results 1 - 10 of 10) sorted by relevance

/external/libxml2/doc/tutorial/
H A Dincludeaddattribute.c38 newnode = xmlNewTextChild (cur, NULL, "reference", NULL);
H A Dincludeaddkeyword.c11 xmlNewTextChild (cur, NULL, "keyword", keyword);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dxml_libxml2.c294 node = xmlNewTextChild((xmlNodePtr) parent, (xmlNsPtr) ns,
307 node = xmlNewTextChild((xmlNodePtr) parent, NULL,
/external/wpa_supplicant_8/src/utils/
H A Dxml_libxml2.c294 node = xmlNewTextChild((xmlNodePtr) parent, (xmlNsPtr) ns,
307 node = xmlNewTextChild((xmlNodePtr) parent, NULL,
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dxml_libxml2.c294 node = xmlNewTextChild((xmlNodePtr) parent, (xmlNsPtr) ns,
307 node = xmlNewTextChild((xmlNodePtr) parent, NULL,
/external/libxml2/
H A Dlibxml2.syms999 xmlNewTextChild;
H A Delfgcchack.h6390 #undef xmlNewTextChild macro
6391 extern __typeof (xmlNewTextChild) xmlNewTextChild __attribute((alias("xmlNewTextChild__internal_alias")));
6393 #ifndef xmlNewTextChild
6394 extern __typeof (xmlNewTextChild) xmlNewTextChild__internal_alias __attribute((visibility("hidden")));
6395 #define xmlNewTextChild xmlNewTextChild__internal_alias macro
H A Dtree.c2454 * xmlNewTextChild:
2465 * preserved. Use this function, xmlNewTextChild(), if you need to ensure that
2473 xmlNewTextChild(xmlNodePtr parent, xmlNsPtr ns, function
2480 "xmlNewTextChild : parent == NULL\n");
2488 "xmlNewTextChild : name == NULL\n");
2848 * xmlEncodeEntitiesReentrant(), or xmlNewTextChild() should be used.
H A Dtestapi.c22053 ret_val = xmlNewTextChild(parent, ns, (const xmlChar *)name, (const xmlChar *)content);
22062 printf("Leak of %d blocks found in xmlNewTextChild",
[all...]
/external/libxml2/include/libxml/
H A Dtree.h896 xmlNewTextChild (xmlNodePtr parent,

Completed in 441 milliseconds