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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DSAX2.h111 xmlSAX2StartElementNs (void *ctx,
/vbox/src/libs/libxml2-2.6.31/
H A DSAX2.c2103 * xmlSAX2StartElementNs:
2120 xmlSAX2StartElementNs(void *ctx, function
2168 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElementNs");
2181 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElementNs");
2214 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElementNs");
2263 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartElementNs");
2713 hdlr->startElementNs = xmlSAX2StartElementNs;
H A Delfgcchack.h8941 #undef xmlSAX2StartElementNs macro
8942 extern __typeof (xmlSAX2StartElementNs) xmlSAX2StartElementNs __attribute((alias("xmlSAX2StartElementNs__internal_alias")));
8944 #ifndef xmlSAX2StartElementNs
8945 extern __typeof (xmlSAX2StartElementNs) xmlSAX2StartElementNs__internal_alias __attribute((visibility("hidden")));
8946 #define xmlSAX2StartElementNs xmlSAX2StartElementNs__internal_alias macro
H A Dtestapi.c5094 xmlSAX2StartElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar **)attributes);
5107 printf("Leak of %d blocks found in xmlSAX2StartElementNs",
[all...]

Completed in 276 milliseconds