Searched refs:xmlNewNsProp (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/libxslt/libxslt/
H A Dtemplates.c530 ret = xmlNewNsProp(target,
534 ret = xmlNewNsProp(target, NULL, attr->name, NULL);
H A Dtransform.c1115 copy = xmlNewNsProp(target, copyNs, attr->name,
1119 copy = xmlNewNsProp(target, copyNs, attr->name, BAD_CAST value);
1122 copy = xmlNewNsProp(target, copyNs, attr->name, NULL);
/external/libxslt/libxslt/
H A Dtemplates.c529 ret = xmlNewNsProp(target,
533 ret = xmlNewNsProp(target, NULL, attr->name, NULL);
H A Dtransform.c1115 copy = xmlNewNsProp(target, copyNs, attr->name,
1119 copy = xmlNewNsProp(target, copyNs, attr->name, BAD_CAST value);
1122 copy = xmlNewNsProp(target, copyNs, attr->name, NULL);
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h751 xmlNewNsProp (xmlNodePtr node,
/external/libxml2/include/libxml/
H A Dtree.h750 xmlNewNsProp (xmlNodePtr node,
/external/chromium_org/third_party/libxml/src/
H A Dc14n.c1076 attr = xmlNewNsProp(NULL, xml_base_attr->ns, BAD_CAST "base", res);
H A Delfgcchack.h6195 #undef xmlNewNsProp macro
6196 extern __typeof (xmlNewNsProp) xmlNewNsProp __attribute((alias("xmlNewNsProp__internal_alias")));
6198 #ifndef xmlNewNsProp
6199 extern __typeof (xmlNewNsProp) xmlNewNsProp__internal_alias __attribute((visibility("hidden")));
6200 #define xmlNewNsProp xmlNewNsProp__internal_alias macro
H A Dtree.c1898 * xmlNewNsProp:
1908 xmlNewNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, function
1914 "xmlNewNsProp : name == NULL\n");
H A Dxmlschemas.c25559 xmlNewNsProp(defAttrOwnerElem, ns, iattr->localName, value);
H A Dtestapi.c21596 ret_val = xmlNewNsProp(node, ns, (const xmlChar *)name, (const xmlChar *)value);
21605 printf("Leak of %d blocks found in xmlNewNsProp",
[all...]
/external/libxml2/
H A Dc14n.c1076 attr = xmlNewNsProp(NULL, xml_base_attr->ns, BAD_CAST "base", res);
H A Delfgcchack.h6195 #undef xmlNewNsProp macro
6196 extern __typeof (xmlNewNsProp) xmlNewNsProp __attribute((alias("xmlNewNsProp__internal_alias")));
6198 #ifndef xmlNewNsProp
6199 extern __typeof (xmlNewNsProp) xmlNewNsProp__internal_alias __attribute((visibility("hidden")));
6200 #define xmlNewNsProp xmlNewNsProp__internal_alias macro
H A Dtree.c1909 * xmlNewNsProp:
1919 xmlNewNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, function
1925 "xmlNewNsProp : name == NULL\n");
H A Dxmlschemas.c25560 xmlNewNsProp(defAttrOwnerElem, ns, iattr->localName, value);

Completed in 755 milliseconds