Home
last modified time | relevance | path

Searched refs:xmlNewNsProp (Results 1 – 13 of 13) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dxml_libxml2.c331 attr = xmlNewNsProp((xmlNodePtr) node, (xmlNsPtr) ns, in xml_node_add_attr()
/external/libxml2/
Drngparser.c612 lib = xmlNewNsProp(NULL, NULL, BAD_CAST "datatypeLibrary", library); in xmlParseCRNG_datatypeAttributes()
617 typ = xmlNewNsProp(NULL, NULL, BAD_CAST "type", type); in xmlParseCRNG_datatypeAttributes()
Dlibxml2.syms993 xmlNewNsProp;
Dc14n.c1091 attr = xmlNewNsProp(NULL, xml_base_attr->ns, BAD_CAST "base", res); in xmlC14NFixupBaseAttr()
Delfgcchack.h6297 #undef xmlNewNsProp
6298 extern __typeof (xmlNewNsProp) xmlNewNsProp __attribute((alias("xmlNewNsProp__internal_alias")));
6300 #ifndef xmlNewNsProp
6301 extern __typeof (xmlNewNsProp) xmlNewNsProp__internal_alias __attribute((visibility("hidden")));
6302 #define xmlNewNsProp xmlNewNsProp__internal_alias macro
DSAX2.c2027 ret = xmlNewNsProp(ctxt->node, namespace, localname, NULL); in xmlSAX2AttributeNs()
Dtree.c1964 xmlNewNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, in xmlNewNsProp() function
Dxmlschemas.c25632 xmlNewNsProp(defAttrOwnerElem, ns, iattr->localName, value); in xmlSchemaVAttributesComplex()
Dtestapi.c21911 ret_val = xmlNewNsProp(node, ns, (const xmlChar *)name, (const xmlChar *)value); in test_xmlNewNsProp()
DChangeLog16386 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
/external/libxml2/include/libxml/
Dtree.h795 xmlNewNsProp (xmlNodePtr node,
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle852 d xmlNewNsProp pr extproc('xmlNewNsProp')
/external/libxml2/win32/
Dlibxml2.def.src1254 xmlNewNsProp