Searched refs:xmlSAX2ProcessingInstruction (Results 1 - 6 of 6) sorted by relevance

/external/libxml2/
H A DSAX.c70 hdlr->processingInstruction = xmlSAX2ProcessingInstruction;
118 hdlr->processingInstruction = xmlSAX2ProcessingInstruction;
H A Dglobals.c376 xmlSAX2ProcessingInstruction,
427 xmlSAX2ProcessingInstruction,
H A Dlegacy.c1213 * DEPRECATED: use xmlSAX2ProcessingInstruction()
1220 xmlSAX2ProcessingInstruction(ctx, target, data);
H A DSAX2.c2533 * xmlSAX2ProcessingInstruction:
2541 xmlSAX2ProcessingInstruction(void *ctx, const xmlChar *target, function
2552 "SAX.xmlSAX2ProcessingInstruction(%s, %s)\n", target, data);
2767 hdlr->processingInstruction = xmlSAX2ProcessingInstruction;
2845 hdlr->processingInstruction = xmlSAX2ProcessingInstruction;
H A Delfgcchack.h8959 #undef xmlSAX2ProcessingInstruction macro
8960 extern __typeof (xmlSAX2ProcessingInstruction) xmlSAX2ProcessingInstruction __attribute((alias("xmlSAX2ProcessingInstruction__internal_alias")));
8962 #ifndef xmlSAX2ProcessingInstruction
8963 extern __typeof (xmlSAX2ProcessingInstruction) xmlSAX2ProcessingInstruction__internal_alias __attribute((visibility("hidden")));
8964 #define xmlSAX2ProcessingInstruction xmlSAX2ProcessingInstruction__internal_alias macro
/external/libxml2/include/libxml/
H A DSAX2.h137 xmlSAX2ProcessingInstruction (void *ctx,

Completed in 112 milliseconds