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

/vbox/src/libs/libxml2-2.6.31/
H A DSAX2.c2511 * xmlSAX2ProcessingInstruction:
2519 xmlSAX2ProcessingInstruction(void *ctx, const xmlChar *target, function
2530 "SAX.xmlSAX2ProcessingInstruction(%s, %s)\n", target, data);
2745 hdlr->processingInstruction = xmlSAX2ProcessingInstruction;
2823 hdlr->processingInstruction = xmlSAX2ProcessingInstruction;
H A Delfgcchack.h8879 #undef xmlSAX2ProcessingInstruction macro
8880 extern __typeof (xmlSAX2ProcessingInstruction) xmlSAX2ProcessingInstruction __attribute((alias("xmlSAX2ProcessingInstruction__internal_alias")));
8882 #ifndef xmlSAX2ProcessingInstruction
8883 extern __typeof (xmlSAX2ProcessingInstruction) xmlSAX2ProcessingInstruction__internal_alias __attribute((visibility("hidden")));
8884 #define xmlSAX2ProcessingInstruction xmlSAX2ProcessingInstruction__internal_alias macro

Completed in 342 milliseconds