Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dxml_libxml2.c331 attr = xmlNewNsProp((xmlNodePtr) node, (xmlNsPtr) ns, in xml_node_add_attr()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dxml_libxml2.c331 attr = xmlNewNsProp((xmlNodePtr) node, (xmlNsPtr) ns, in xml_node_add_attr()
/third_party/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.h6307 #undef xmlNewNsProp
6308 extern __typeof (xmlNewNsProp) xmlNewNsProp __attribute((alias("xmlNewNsProp__internal_alias")));
6310 #ifndef xmlNewNsProp
6311 extern __typeof (xmlNewNsProp) xmlNewNsProp__internal_alias __attribute((visibility("hidden")));
6312 #define xmlNewNsProp xmlNewNsProp__internal_alias macro
DSAX2.c2004 ret = xmlNewNsProp(ctxt->node, namespace, localname, NULL); in xmlSAX2AttributeNs()
Dtree.c1981 xmlNewNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, in xmlNewNsProp() function
Dxmlschemas.c25831 xmlNewNsProp(defAttrOwnerElem, ns, iattr->localName, value); in xmlSchemaVAttributesComplex()
Dtestapi.c21886 ret_val = xmlNewNsProp(node, ns, (const xmlChar *)name, (const xmlChar *)value); in test_xmlNewNsProp()
/third_party/libxml2/include/libxml/
Dtree.h795 xmlNewNsProp (xmlNodePtr node,
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle852 d xmlNewNsProp pr extproc('xmlNewNsProp')
/third_party/libxml2/win32/
Dlibxml2.def.src1255 xmlNewNsProp
/third_party/chromium/patch/
D0001-cve.patch90981 - * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
107292 -#undef xmlNewNsProp
107293 -extern __typeof (xmlNewNsProp) xmlNewNsProp __attribute((alias("xmlNewNsProp__internal_alias")));
107295 -#ifndef xmlNewNsProp
107296 -extern __typeof (xmlNewNsProp) xmlNewNsProp__internal_alias __attribute((visibility("hidden")));
107297 -#define xmlNewNsProp xmlNewNsProp__internal_alias