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

/external/libxml2/
H A DSAX2.c1859 xmlErrMemory(ctxt, "xmlSAX2Characters");
2508 * xmlSAX2Characters:
2516 xmlSAX2Characters(void *ctx, const xmlChar *ch, int len) function
2524 "SAX.xmlSAX2Characters(%.30s, %d)\n", ch, len);
2559 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters");
2582 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters: xmlStrdup returned NULL");
2587 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters: huge text node");
2592 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters overflow prevented");
2603 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters");
2614 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters");
[all...]
H A Delfgcchack.h8849 #undef xmlSAX2Characters macro
8850 extern __typeof (xmlSAX2Characters) xmlSAX2Characters __attribute((alias("xmlSAX2Characters__internal_alias")));
8852 #ifndef xmlSAX2Characters
8853 extern __typeof (xmlSAX2Characters) xmlSAX2Characters__internal_alias __attribute((visibility("hidden")));
8854 #define xmlSAX2Characters xmlSAX2Characters__internal_alias macro

Completed in 63 milliseconds