Searched defs:xmlSAX2ProcessingInstruction (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DSAX2.c2554 * xmlSAX2ProcessingInstruction:
2562 xmlSAX2ProcessingInstruction(void *ctx, const xmlChar *target, function
2573 "SAX.xmlSAX2ProcessingInstruction(%s, %s)\n", target, data);
2787 hdlr->processingInstruction = xmlSAX2ProcessingInstruction;
2865 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/
H A DSAX2.c2604 * xmlSAX2ProcessingInstruction:
2612 xmlSAX2ProcessingInstruction(void *ctx, const xmlChar *target, function
2623 "SAX.xmlSAX2ProcessingInstruction(%s, %s)\n", target, data);
2837 hdlr->processingInstruction = xmlSAX2ProcessingInstruction;
2915 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

Completed in 121 milliseconds