Searched refs:xmlNewNs (Results 1 - 11 of 11) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dxml_libxml2.c269 ns = xmlNewNs(node, (const xmlChar *) ns_uri,
311 ns = xmlNewNs(node, (const xmlChar *) ns_uri, NULL);
/external/wpa_supplicant_8/src/utils/
H A Dxml_libxml2.c269 ns = xmlNewNs(node, (const xmlChar *) ns_uri,
311 ns = xmlNewNs(node, (const xmlChar *) ns_uri, NULL);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dxml_libxml2.c269 ns = xmlNewNs(node, (const xmlChar *) ns_uri,
311 ns = xmlNewNs(node, (const xmlChar *) ns_uri, NULL);
/external/libxml2/
H A DSAX2.c1212 nsret = xmlNewNs(ctxt->node, val, NULL);
1277 nsret = xmlNewNs(ctxt->node, val, name);
1726 ns = xmlNewNs(ret, NULL, prefix);
2308 ns = xmlNewNs(NULL, uri, pref);
2369 ns = xmlNewNs(ret, NULL, prefix);
H A Dlibxml2.syms992 xmlNewNs;
H A Dtree.c718 * xmlNewNs:
734 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { function
3964 ret = xmlNewNs(NULL, cur->href, cur->prefix);
4048 ret->ns = xmlNewNs(root, ns->href, ns->prefix);
4281 ret->ns = xmlNewNs(root, ns->href, ns->prefix);
6279 def = xmlNewNs(tree, ns->href, prefix);
7995 ns->next = xmlNewNs(NULL, nsName, prefix);
8551 ret = xmlNewNs(NULL, nsName, pref);
H A Dcatalog.c682 ns = xmlNewNs(NULL, XML_CATALOGS_NAMESPACE, NULL);
H A Delfgcchack.h6287 #undef xmlNewNs macro
6288 extern __typeof (xmlNewNs) xmlNewNs __attribute((alias("xmlNewNs__internal_alias")));
6290 #ifndef xmlNewNs
6291 extern __typeof (xmlNewNs) xmlNewNs__internal_alias __attribute((visibility("hidden")));
6292 #define xmlNewNs xmlNewNs__internal_alias macro
H A Dxmlschemas.c25623 ns = xmlNewNs(vctxt->validationRoot,
H A Dtestapi.c21860 ret_val = xmlNewNs(node, (const xmlChar *)href, (const xmlChar *)prefix);
21869 printf("Leak of %d blocks found in xmlNewNs",
[all...]
/external/libxml2/include/libxml/
H A Dtree.h772 xmlNewNs (xmlNodePtr node,

Completed in 454 milliseconds