Searched refs:xmlSAX2ProcessingInstruction (Results 1 - 13 of 13) sorted by last modified time

/external/libxml2/
H A DSAX.c70 hdlr->processingInstruction = xmlSAX2ProcessingInstruction;
118 hdlr->processingInstruction = xmlSAX2ProcessingInstruction;
H A DSAX2.c2642 * xmlSAX2ProcessingInstruction:
2650 xmlSAX2ProcessingInstruction(void *ctx, const xmlChar *target, function
2661 "SAX.xmlSAX2ProcessingInstruction(%s, %s)\n", target, data);
2875 hdlr->processingInstruction = xmlSAX2ProcessingInstruction;
2953 hdlr->processingInstruction = xmlSAX2ProcessingInstruction;
H A Delfgcchack.h9085 #undef xmlSAX2ProcessingInstruction macro
9086 extern __typeof (xmlSAX2ProcessingInstruction) xmlSAX2ProcessingInstruction __attribute((alias("xmlSAX2ProcessingInstruction__internal_alias")));
9088 #ifndef xmlSAX2ProcessingInstruction
9089 extern __typeof (xmlSAX2ProcessingInstruction) xmlSAX2ProcessingInstruction__internal_alias __attribute((visibility("hidden")));
9090 #define xmlSAX2ProcessingInstruction xmlSAX2ProcessingInstruction__internal_alias macro
H A Dglobals.c385 xmlSAX2ProcessingInstruction,
436 xmlSAX2ProcessingInstruction,
H A Dlegacy.c1213 * DEPRECATED: use xmlSAX2ProcessingInstruction()
1220 xmlSAX2ProcessingInstruction(ctx, target, data);
/external/libxml2/include/libxml/
H A DSAX2.h137 xmlSAX2ProcessingInstruction (void *ctx,
/external/chromium_org/third_party/libxml/src/
H A Dlegacy.c1213 * DEPRECATED: use xmlSAX2ProcessingInstruction()
1220 xmlSAX2ProcessingInstruction(ctx, target, data);
H A Dtestapi.c4848 xmlSAX2ProcessingInstruction(ctx, (const xmlChar *)target, (const xmlChar *)data);
4855 printf("Leak of %d blocks found in xmlSAX2ProcessingInstruction",
[all...]
H A DSAX.c70 hdlr->processingInstruction = xmlSAX2ProcessingInstruction;
118 hdlr->processingInstruction = xmlSAX2ProcessingInstruction;
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
H A Dglobals.c404 xmlSAX2ProcessingInstruction,
455 xmlSAX2ProcessingInstruction,
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DSAX2.h137 xmlSAX2ProcessingInstruction (void *ctx,

Completed in 263 milliseconds