Searched refs:xmlHasNsProp (Results 1 – 10 of 10) sorted by relevance
/third_party/libxml2/ |
D | c14n.c | 994 res = xmlHasNsProp(cur, name, ns); in xmlC14NFindHiddenParentAttr() 1037 attr = xmlHasNsProp(cur, BAD_CAST "base", XML_XML_NAMESPACE); in xmlC14NFixupBaseAttr()
|
D | libxml2.syms | 966 xmlHasNsProp;
|
D | tree.c | 2997 attr = xmlHasNsProp(cur->parent, prop->name, NULL); in xmlAddPropSibling() 2999 attr = xmlHasNsProp(cur->parent, prop->name, prop->ns->href); in xmlAddPropSibling() 3434 lastattr = xmlHasNsProp(parent, cur->name, NULL); in xmlAddChild() 3436 lastattr = xmlHasNsProp(parent, cur->name, cur->ns->href); in xmlAddChild() 6769 xmlHasNsProp(const xmlNode *node, const xmlChar *name, const xmlChar *nameSpace) { in xmlHasNsProp() function
|
D | elfgcchack.h | 4235 #undef xmlHasNsProp 4236 extern __typeof (xmlHasNsProp) xmlHasNsProp __attribute((alias("xmlHasNsProp__internal_alias"))); 4238 #ifndef xmlHasNsProp 4239 extern __typeof (xmlHasNsProp) xmlHasNsProp__internal_alias __attribute((visibility("hidden"))); 4240 #define xmlHasNsProp xmlHasNsProp__internal_alias macro
|
D | NEWS | 2226 paths (Malcolm Tredinnick), xmlHasNsProp and default namespace (William), 2626 - bugfixes: IPv6 portability, xmlHasNsProp (Markus Keim), Windows build 3108 - added xmlHasNsProp()
|
D | testapi.c | 20889 … ret_val = xmlHasNsProp((const xmlNode *)node, (const xmlChar *)name, (const xmlChar *)nameSpace); in test_xmlHasNsProp()
|
/third_party/libxml2/include/libxml/ |
D | tree.h | 1035 xmlHasNsProp (const xmlNode *node,
|
/third_party/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1281 d xmlHasNsProp pr extproc('xmlHasNsProp')
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 940 xmlHasNsProp
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 80401 - * tree.c: changed xmlHasNsProp to properly handle a request for 84936 - * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes 88628 - fixed xmlHasNsProp() bugs for defaulted from DTD attribs, 88630 - * python/generator.py: xmlHasNsProp() and xmlHasProp() shall 90877 - * tree.c: fixed xmlHasNsProp() accordingly to bug #55683 91021 - * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653 105220 -#undef xmlHasNsProp 105221 -extern __typeof (xmlHasNsProp) xmlHasNsProp __attribute((alias("xmlHasNsProp__internal_alias"))); 105223 -#ifndef xmlHasNsProp 105224 -extern __typeof (xmlHasNsProp) xmlHasNsProp__internal_alias __attribute((visibility("hidden"))); [all …]
|