Searched refs:xmlSAX2Comment (Results 1 – 17 of 17) sorted by relevance
/third_party/gettext/gnulib-local/lib/libxml/ |
D | SAX.c | 147 hdlr->comment = xmlSAX2Comment; in inithtmlDefaultSAXHandler() 194 hdlr->comment = xmlSAX2Comment; in initdocbDefaultSAXHandler()
|
D | globals.c | 436 xmlSAX2Comment, 487 xmlSAX2Comment, 525 xmlSAX2Comment,
|
D | SAX2.in.h | 171 xmlSAX2Comment (void *ctx,
|
D | SAX2.c | 2770 xmlSAX2Comment(void *ctx, const xmlChar *value) in xmlSAX2Comment() function 2933 hdlr->comment = xmlSAX2Comment; in xmlSAXVersion() 3011 hdlr->comment = xmlSAX2Comment; in xmlSAX2InitHtmlDefaultSAXHandler() 3069 hdlr->comment = xmlSAX2Comment; in xmlSAX2InitDocbDefaultSAXHandler()
|
D | legacy.c | 1351 xmlSAX2Comment(ctx, value); in comment()
|
D | elfgcchack.h | 8890 #undef xmlSAX2Comment 8891 extern __typeof (xmlSAX2Comment) xmlSAX2Comment __attribute((alias("xmlSAX2Comment__internal_alias"… 8893 #ifndef xmlSAX2Comment 8894 extern __typeof (xmlSAX2Comment) xmlSAX2Comment__internal_alias __attribute((visibility("hidden"))); 8895 #define xmlSAX2Comment xmlSAX2Comment__internal_alias macro
|
/third_party/libxml2/ |
D | SAX.c | 119 hdlr->comment = xmlSAX2Comment; in inithtmlDefaultSAXHandler() 166 hdlr->comment = xmlSAX2Comment; in initdocbDefaultSAXHandler()
|
D | globals.c | 398 xmlSAX2Comment, 449 xmlSAX2Comment, 487 xmlSAX2Comment,
|
D | SAX2.c | 2737 xmlSAX2Comment(void *ctx, const xmlChar *value) in xmlSAX2Comment() function 2880 hdlr->comment = xmlSAX2Comment; in xmlSAXVersion() 2958 hdlr->comment = xmlSAX2Comment; in xmlSAX2InitHtmlDefaultSAXHandler() 3016 hdlr->comment = xmlSAX2Comment; in xmlSAX2InitDocbDefaultSAXHandler()
|
D | legacy.c | 1322 xmlSAX2Comment(ctx, value); in comment()
|
D | libxml2.syms | 1489 xmlSAX2Comment;
|
D | elfgcchack.h | 8881 #undef xmlSAX2Comment 8882 extern __typeof (xmlSAX2Comment) xmlSAX2Comment __attribute((alias("xmlSAX2Comment__internal_alias"… 8884 #ifndef xmlSAX2Comment 8885 extern __typeof (xmlSAX2Comment) xmlSAX2Comment__internal_alias __attribute((visibility("hidden"))); 8886 #define xmlSAX2Comment xmlSAX2Comment__internal_alias macro
|
D | testapi.c | 3982 xmlSAX2Comment(ctx, (const xmlChar *)value); in test_xmlSAX2Comment()
|
/third_party/libxml2/include/libxml/ |
D | SAX2.h | 143 xmlSAX2Comment (void *ctx,
|
/third_party/libxml2/os400/libxmlrpg/ |
D | SAX2.rpgle | 204 d xmlSAX2Comment... 205 d pr extproc('xmlSAX2Comment')
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 1566 xmlSAX2Comment
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 96851 - hdlr->comment = xmlSAX2Comment; 109854 -#undef xmlSAX2Comment 109855 -extern __typeof (xmlSAX2Comment) xmlSAX2Comment __attribute((alias("xmlSAX2Comment__internal_alias… 109857 -#ifndef xmlSAX2Comment 109858 -extern __typeof (xmlSAX2Comment) xmlSAX2Comment__internal_alias __attribute((visibility("hidden"))… 109859 -#define xmlSAX2Comment xmlSAX2Comment__internal_alias 121321 - xmlSAX2Comment,
|