Home
last modified time | relevance | path

Searched refs:xmlHasNsProp (Results 1 – 10 of 10) sorted by relevance

/third_party/libxml2/
Dc14n.c994 res = xmlHasNsProp(cur, name, ns); in xmlC14NFindHiddenParentAttr()
1037 attr = xmlHasNsProp(cur, BAD_CAST "base", XML_XML_NAMESPACE); in xmlC14NFixupBaseAttr()
Dlibxml2.syms966 xmlHasNsProp;
Dtree.c2997 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
Delfgcchack.h4235 #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
DNEWS2226 paths (Malcolm Tredinnick), xmlHasNsProp and default namespace (William),
2626 - bugfixes: IPv6 portability, xmlHasNsProp (Markus Keim), Windows build
3108 - added xmlHasNsProp()
Dtestapi.c20889 … ret_val = xmlHasNsProp((const xmlNode *)node, (const xmlChar *)name, (const xmlChar *)nameSpace); in test_xmlHasNsProp()
/third_party/libxml2/include/libxml/
Dtree.h1035 xmlHasNsProp (const xmlNode *node,
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle1281 d xmlHasNsProp pr extproc('xmlHasNsProp')
/third_party/libxml2/win32/
Dlibxml2.def.src940 xmlHasNsProp
/third_party/chromium/patch/
D0001-cve.patch80401 - * 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 …]