Searched refs:xmlSAX2IgnorableWhitespace (Results 1 - 9 of 9) sorted by relevance

/external/libxml2/
H A DSAX.c117 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace;
164 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace;
H A Dglobals.c435 xmlSAX2IgnorableWhitespace,
473 xmlSAX2IgnorableWhitespace,
H A DSAX2.c2635 * xmlSAX2IgnorableWhitespace:
2644 xmlSAX2IgnorableWhitespace(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch ATTRIBUTE_UNUSED, int len ATTRIBUTE_UNUSED) function
2649 "SAX.xmlSAX2IgnorableWhitespace(%.30s, %d)\n", ch, len);
2964 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace;
3022 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace;
H A Dlibxml2.syms1504 xmlSAX2IgnorableWhitespace;
H A DparserInternals.c1722 ctxt->sax->ignorableWhitespace = xmlSAX2IgnorableWhitespace;
2130 * xmlSAX2IgnorableWhitespace() callbacks instead of characters() one, and when
H A Delfgcchack.h9011 #undef xmlSAX2IgnorableWhitespace macro
9012 extern __typeof (xmlSAX2IgnorableWhitespace) xmlSAX2IgnorableWhitespace __attribute((alias("xmlSAX2IgnorableWhitespace__internal_alias")));
9014 #ifndef xmlSAX2IgnorableWhitespace
9015 extern __typeof (xmlSAX2IgnorableWhitespace) xmlSAX2IgnorableWhitespace__internal_alias __attribute((visibility("hidden")));
9016 #define xmlSAX2IgnorableWhitespace xmlSAX2IgnorableWhitespace__internal_alias macro
H A Dparser.c15313 ctxt->sax->ignorableWhitespace = xmlSAX2IgnorableWhitespace;
H A Dtestapi.c4558 xmlSAX2IgnorableWhitespace(ctx, (const xmlChar *)ch, len);
4565 printf("Leak of %d blocks found in xmlSAX2IgnorableWhitespace",
[all...]
/external/libxml2/include/libxml/
H A DSAX2.h135 xmlSAX2IgnorableWhitespace (void *ctx,

Completed in 324 milliseconds