Searched refs:xmlSAX2StartElementNs (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
H A DSAX2.h113 xmlSAX2StartElementNs (void *ctx,
/external/libxml2/
H A Dlibxml2.syms1516 xmlSAX2StartElementNs;
H A DSAX2.c2187 * xmlSAX2StartElementNs:
2204 xmlSAX2StartElementNs(void *ctx, function
2270 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElementNs");
2286 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElementNs");
2372 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElementNs");
2863 hdlr->startElementNs = xmlSAX2StartElementNs;
H A Delfgcchack.h9147 #undef xmlSAX2StartElementNs macro
9148 extern __typeof (xmlSAX2StartElementNs) xmlSAX2StartElementNs __attribute((alias("xmlSAX2StartElementNs__internal_alias")));
9150 #ifndef xmlSAX2StartElementNs
9151 extern __typeof (xmlSAX2StartElementNs) xmlSAX2StartElementNs__internal_alias __attribute((visibility("hidden")));
9152 #define xmlSAX2StartElementNs xmlSAX2StartElementNs__internal_alias macro
H A Dtestapi.c5142 xmlSAX2StartElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar **)attributes);
5155 printf("Leak of %d blocks found in xmlSAX2StartElementNs",
[all...]

Completed in 337 milliseconds