Searched refs:xmlNewNsProp (Results 1 – 14 of 14) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | xml_libxml2.c | 331 attr = xmlNewNsProp((xmlNodePtr) node, (xmlNsPtr) ns, in xml_node_add_attr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | xml_libxml2.c | 331 attr = xmlNewNsProp((xmlNodePtr) node, (xmlNsPtr) ns, in xml_node_add_attr()
|
/third_party/libxml2/ |
D | rngparser.c | 612 lib = xmlNewNsProp(NULL, NULL, BAD_CAST "datatypeLibrary", library); in xmlParseCRNG_datatypeAttributes() 617 typ = xmlNewNsProp(NULL, NULL, BAD_CAST "type", type); in xmlParseCRNG_datatypeAttributes()
|
D | libxml2.syms | 993 xmlNewNsProp;
|
D | c14n.c | 1091 attr = xmlNewNsProp(NULL, xml_base_attr->ns, BAD_CAST "base", res); in xmlC14NFixupBaseAttr()
|
D | elfgcchack.h | 6307 #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
|
D | SAX2.c | 2004 ret = xmlNewNsProp(ctxt->node, namespace, localname, NULL); in xmlSAX2AttributeNs()
|
D | tree.c | 1981 xmlNewNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, in xmlNewNsProp() function
|
D | xmlschemas.c | 25831 xmlNewNsProp(defAttrOwnerElem, ns, iattr->localName, value); in xmlSchemaVAttributesComplex()
|
D | testapi.c | 21886 ret_val = xmlNewNsProp(node, ns, (const xmlChar *)name, (const xmlChar *)value); in test_xmlNewNsProp()
|
/third_party/libxml2/include/libxml/ |
D | tree.h | 795 xmlNewNsProp (xmlNodePtr node,
|
/third_party/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 852 d xmlNewNsProp pr extproc('xmlNewNsProp')
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 1255 xmlNewNsProp
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 90981 - * 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
|