Home
last modified time | relevance | path

Searched refs:xmlRemoveRef (Results 1 – 9 of 9) sorted by relevance

/third_party/libxml2/include/libxml/
Dvalid.h298 xmlRemoveRef (xmlDocPtr doc,
/third_party/libxml2/os400/libxmlrpg/
Dvalid.rpgle345 d xmlRemoveRef pr extproc('xmlRemoveRef')
/third_party/libxml2/
Dlibxml2.syms663 xmlRemoveRef;
Delfgcchack.h8809 #undef xmlRemoveRef
8810 extern __typeof (xmlRemoveRef) xmlRemoveRef __attribute((alias("xmlRemoveRef__internal_alias")));
8812 #ifndef xmlRemoveRef
8813 extern __typeof (xmlRemoveRef) xmlRemoveRef__internal_alias __attribute((visibility("hidden")));
8814 #define xmlRemoveRef xmlRemoveRef__internal_alias macro
Dvalid.c3176 xmlRemoveRef(xmlDocPtr doc, xmlAttrPtr attr) { in xmlRemoveRef() function
DNEWS3495 - added xmlRemoveProp(), xmlRemoveID() and xmlRemoveRef()
Dtestapi.c26001 ret_val = xmlRemoveRef(doc, attr); in test_xmlRemoveRef()
/third_party/libxml2/win32/
Dlibxml2.def.src1559 xmlRemoveRef
/third_party/chromium/patch/
D0001-cve.patch93393 - * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
109782 -#undef xmlRemoveRef
109783 -extern __typeof (xmlRemoveRef) xmlRemoveRef __attribute((alias("xmlRemoveRef__internal_alias")));
109785 -#ifndef xmlRemoveRef
109786 -extern __typeof (xmlRemoveRef) xmlRemoveRef__internal_alias __attribute((visibility("hidden")));
109787 -#define xmlRemoveRef xmlRemoveRef__internal_alias
122289 xmlRemoveRef (xmlDocPtr doc,
133455 @@ -3176,6 +3212,8 @@ xmlRemoveRef(xmlDocPtr doc, xmlAttrPtr attr) {