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

/external/libxml2/
H A DSAX2.c1808 xmlErrMemory(ctxt, "xmlSAX2Characters");
2391 * xmlSAX2Characters:
2399 xmlSAX2Characters(void *ctx, const xmlChar *ch, int len) function
2407 "SAX.xmlSAX2Characters(%.30s, %d)\n", ch, len);
2442 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters");
2466 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters: huge text node");
2471 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters overflow prevented");
2482 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters");
2493 xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters");
2520 * UNUSED: by default the DOM building will use xmlSAX2Characters
[all...]
H A Delfgcchack.h8723 #undef xmlSAX2Characters macro
8724 extern __typeof (xmlSAX2Characters) xmlSAX2Characters __attribute((alias("xmlSAX2Characters__internal_alias")));
8726 #ifndef xmlSAX2Characters
8727 extern __typeof (xmlSAX2Characters) xmlSAX2Characters__internal_alias __attribute((visibility("hidden")));
8728 #define xmlSAX2Characters xmlSAX2Characters__internal_alias macro

Completed in 81 milliseconds