Home
last modified time | relevance | path

Searched refs:xmlSAX2Characters (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/
DSAX.c67 hdlr->characters = xmlSAX2Characters; in initxmlDefaultSAXHandler()
69 hdlr->ignorableWhitespace = xmlSAX2Characters; in initxmlDefaultSAXHandler()
115 hdlr->characters = xmlSAX2Characters; in inithtmlDefaultSAXHandler()
162 hdlr->characters = xmlSAX2Characters; in initdocbDefaultSAXHandler()
Dglobals.c383 xmlSAX2Characters,
384 xmlSAX2Characters,
434 xmlSAX2Characters,
472 xmlSAX2Characters,
DSAX2.c2470 xmlSAX2Characters(void *ctx, const xmlChar *ch, int len) in xmlSAX2Characters() function
2834 hdlr->characters = xmlSAX2Characters; in xmlSAXVersion()
2836 hdlr->ignorableWhitespace = xmlSAX2Characters; in xmlSAXVersion()
2912 hdlr->characters = xmlSAX2Characters; in xmlSAX2InitHtmlDefaultSAXHandler()
2970 hdlr->characters = xmlSAX2Characters; in xmlSAX2InitDocbDefaultSAXHandler()
Dlegacy.c1185 xmlSAX2Characters(ctx, ch, len); in characters()
Delfgcchack.h8723 #undef xmlSAX2Characters
8724 extern __typeof (xmlSAX2Characters) xmlSAX2Characters __attribute((alias("xmlSAX2Characters__intern…
8726 #ifndef xmlSAX2Characters
8727 extern __typeof (xmlSAX2Characters) xmlSAX2Characters__internal_alias __attribute((visibility("hidd…
8728 #define xmlSAX2Characters xmlSAX2Characters__internal_alias macro
/external/libxml2/include/libxml/
DSAX2.h129 xmlSAX2Characters (void *ctx,