Home
last modified time | relevance | path

Searched refs:xmlSAX2EntityDecl (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/
DSAX.c56 hdlr->entityDecl = xmlSAX2EntityDecl; in initxmlDefaultSAXHandler()
151 hdlr->entityDecl = xmlSAX2EntityDecl; in initdocbDefaultSAXHandler()
Dglobals.c372 xmlSAX2EntityDecl,
461 xmlSAX2EntityDecl,
Dlegacy.c979 xmlSAX2EntityDecl(ctx, name, type, publicId, systemId, content); in entityDecl()
DSAX2.c633 xmlSAX2EntityDecl(void *ctx, const xmlChar *name, int type, in xmlSAX2EntityDecl() function
2825 hdlr->entityDecl = xmlSAX2EntityDecl; in xmlSAXVersion()
2959 hdlr->entityDecl = xmlSAX2EntityDecl; in xmlSAX2InitDocbDefaultSAXHandler()
Delfgcchack.h8785 #undef xmlSAX2EntityDecl
8786 extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl __attribute((alias("xmlSAX2EntityDecl__intern…
8788 #ifndef xmlSAX2EntityDecl
8789 extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl__internal_alias __attribute((visibility("hidd…
8790 #define xmlSAX2EntityDecl xmlSAX2EntityDecl__internal_alias macro
Dparser.c5265 xmlSAX2EntityDecl(ctxt, name, XML_INTERNAL_GENERAL_ENTITY, in xmlParseEntityDecl()
5338 xmlSAX2EntityDecl(ctxt, name, in xmlParseEntityDecl()
/external/libxml2/include/libxml/
DSAX2.h66 xmlSAX2EntityDecl (void *ctx,
/external/webkit/Source/WebCore/dom/
DXMLDocumentParserLibxml2.cpp1311 sax.entityDecl = xmlSAX2EntityDecl; in initializeParserContext()