Searched defs:xmlSAX2IgnorableWhitespace (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DSAX2.c2535 * xmlSAX2IgnorableWhitespace:
2544 xmlSAX2IgnorableWhitespace(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch ATTRIBUTE_UNUSED, int len ATTRIBUTE_UNUSED) function
2549 "SAX.xmlSAX2IgnorableWhitespace(%.30s, %d)\n", ch, len);
2864 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace;
2922 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace;
H A Delfgcchack.h8885 #undef xmlSAX2IgnorableWhitespace macro
8886 extern __typeof (xmlSAX2IgnorableWhitespace) xmlSAX2IgnorableWhitespace __attribute((alias("xmlSAX2IgnorableWhitespace__internal_alias")));
8888 #ifndef xmlSAX2IgnorableWhitespace
8889 extern __typeof (xmlSAX2IgnorableWhitespace) xmlSAX2IgnorableWhitespace__internal_alias __attribute((visibility("hidden")));
8890 #define xmlSAX2IgnorableWhitespace xmlSAX2IgnorableWhitespace__internal_alias macro
/external/libxml2/
H A DSAX2.c2585 * xmlSAX2IgnorableWhitespace:
2594 xmlSAX2IgnorableWhitespace(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch ATTRIBUTE_UNUSED, int len ATTRIBUTE_UNUSED) function
2599 "SAX.xmlSAX2IgnorableWhitespace(%.30s, %d)\n", ch, len);
2914 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace;
2972 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace;
H A Delfgcchack.h8885 #undef xmlSAX2IgnorableWhitespace macro
8886 extern __typeof (xmlSAX2IgnorableWhitespace) xmlSAX2IgnorableWhitespace __attribute((alias("xmlSAX2IgnorableWhitespace__internal_alias")));
8888 #ifndef xmlSAX2IgnorableWhitespace
8889 extern __typeof (xmlSAX2IgnorableWhitespace) xmlSAX2IgnorableWhitespace__internal_alias __attribute((visibility("hidden")));
8890 #define xmlSAX2IgnorableWhitespace xmlSAX2IgnorableWhitespace__internal_alias macro

Completed in 550 milliseconds