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

/external/libxml2/
H A DSAX2.c2514 * xmlSAX2IgnorableWhitespace:
2523 xmlSAX2IgnorableWhitespace(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch ATTRIBUTE_UNUSED, int len ATTRIBUTE_UNUSED) function
2528 "SAX.xmlSAX2IgnorableWhitespace(%.30s, %d)\n", ch, len);
2844 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace;
2902 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 100 milliseconds