Home
last modified time | relevance | path

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

/external/libxml2/
DSAX.c48 hdlr->internalSubset = xmlSAX2InternalSubset; in initxmlDefaultSAXHandler()
96 hdlr->internalSubset = xmlSAX2InternalSubset; in inithtmlDefaultSAXHandler()
143 hdlr->internalSubset = xmlSAX2InternalSubset; in initdocbDefaultSAXHandler()
Dglobals.c366 xmlSAX2InternalSubset,
417 xmlSAX2InternalSubset,
455 xmlSAX2InternalSubset,
DSAX2.c336 xmlSAX2InternalSubset(void *ctx, const xmlChar *name, in xmlSAX2InternalSubset() function
2817 hdlr->internalSubset = xmlSAX2InternalSubset; in xmlSAXVersion()
2893 hdlr->internalSubset = xmlSAX2InternalSubset; in xmlSAX2InitHtmlDefaultSAXHandler()
2951 hdlr->internalSubset = xmlSAX2InternalSubset; in xmlSAX2InitDocbDefaultSAXHandler()
Dlegacy.c882 xmlSAX2InternalSubset(ctx, name, ExternalID, SystemID); in internalSubset()
Delfgcchack.h8929 #undef xmlSAX2InternalSubset
8930 extern __typeof (xmlSAX2InternalSubset) xmlSAX2InternalSubset __attribute((alias("xmlSAX2InternalSu…
8932 #ifndef xmlSAX2InternalSubset
8933 extern __typeof (xmlSAX2InternalSubset) xmlSAX2InternalSubset__internal_alias __attribute((visibili…
8934 #define xmlSAX2InternalSubset xmlSAX2InternalSubset__internal_alias macro
/external/libxml2/include/libxml/
DSAX2.h45 xmlSAX2InternalSubset (void *ctx,
/external/webkit/Source/WebCore/dom/
DXMLDocumentParserLibxml2.cpp1266 xmlSAX2InternalSubset(closure, name, externalID, systemID); in internalSubsetHandler()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-198478 … (khtml::internalSubsetHandler): Added. Calls xmlSAX2InternalSubset after calling our function.