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

/vbox/src/libs/libxml2-2.6.31/
H A DSAX2.c2492 * xmlSAX2IgnorableWhitespace:
2501 xmlSAX2IgnorableWhitespace(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch ATTRIBUTE_UNUSED, int len ATTRIBUTE_UNUSED) function
2506 "SAX.xmlSAX2IgnorableWhitespace(%.30s, %d)\n", ch, len);
2822 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace;
2880 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace;
H A Delfgcchack.h8805 #undef xmlSAX2IgnorableWhitespace macro
8806 extern __typeof (xmlSAX2IgnorableWhitespace) xmlSAX2IgnorableWhitespace __attribute((alias("xmlSAX2IgnorableWhitespace__internal_alias")));
8808 #ifndef xmlSAX2IgnorableWhitespace
8809 extern __typeof (xmlSAX2IgnorableWhitespace) xmlSAX2IgnorableWhitespace__internal_alias __attribute((visibility("hidden")));
8810 #define xmlSAX2IgnorableWhitespace xmlSAX2IgnorableWhitespace__internal_alias macro

Completed in 101 milliseconds