Searched refs:xmlSAX2NotationDecl (Results 1 – 11 of 11) sorted by relevance
/third_party/libxml2/ |
D | SAX.c | 59 hdlr->notationDecl = xmlSAX2NotationDecl; in initxmlDefaultSAXHandler()
|
D | globals.c | 385 xmlSAX2NotationDecl,
|
D | legacy.c | 1038 xmlSAX2NotationDecl(ctx, name, publicId, systemId); in notationDecl()
|
D | libxml2.syms | 1510 xmlSAX2NotationDecl;
|
D | SAX2.c | 819 xmlSAX2NotationDecl(void *ctx, const xmlChar *name, in xmlSAX2NotationDecl() function 2870 hdlr->notationDecl = xmlSAX2NotationDecl; in xmlSAXVersion()
|
D | elfgcchack.h | 9097 #undef xmlSAX2NotationDecl 9098 extern __typeof (xmlSAX2NotationDecl) xmlSAX2NotationDecl __attribute((alias("xmlSAX2NotationDecl__… 9100 #ifndef xmlSAX2NotationDecl 9101 extern __typeof (xmlSAX2NotationDecl) xmlSAX2NotationDecl__internal_alias __attribute((visibility("… 9102 #define xmlSAX2NotationDecl xmlSAX2NotationDecl__internal_alias macro
|
D | testapi.c | 4824 …xmlSAX2NotationDecl(ctx, (const xmlChar *)name, (const xmlChar *)publicId, (const xmlChar *)system… in test_xmlSAX2NotationDecl()
|
/third_party/libxml2/include/libxml/ |
D | SAX2.h | 86 xmlSAX2NotationDecl (void *ctx,
|
/third_party/libxml2/os400/libxmlrpg/ |
D | SAX2.rpgle | 114 d xmlSAX2NotationDecl... 115 d pr extproc('xmlSAX2NotationDecl')
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 1587 xmlSAX2NotationDecl
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 96603 @@ -822,6 +803,9 @@ xmlSAX2NotationDecl(void *ctx, const xmlChar *name, 110070 -#undef xmlSAX2NotationDecl 110071 -extern __typeof (xmlSAX2NotationDecl) xmlSAX2NotationDecl __attribute((alias("xmlSAX2NotationDecl_… 110073 -#ifndef xmlSAX2NotationDecl 110074 -extern __typeof (xmlSAX2NotationDecl) xmlSAX2NotationDecl__internal_alias __attribute((visibility(… 110075 -#define xmlSAX2NotationDecl xmlSAX2NotationDecl__internal_alias
|