Searched refs:xmlSAX2InternalSubset (Results 1 – 8 of 8) sorted by relevance
/external/libxml2/ |
D | SAX.c | 48 hdlr->internalSubset = xmlSAX2InternalSubset; in initxmlDefaultSAXHandler() 96 hdlr->internalSubset = xmlSAX2InternalSubset; in inithtmlDefaultSAXHandler() 143 hdlr->internalSubset = xmlSAX2InternalSubset; in initdocbDefaultSAXHandler()
|
D | globals.c | 366 xmlSAX2InternalSubset, 417 xmlSAX2InternalSubset, 455 xmlSAX2InternalSubset,
|
D | SAX2.c | 336 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()
|
D | legacy.c | 882 xmlSAX2InternalSubset(ctx, name, ExternalID, SystemID); in internalSubset()
|
D | elfgcchack.h | 8929 #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/ |
D | SAX2.h | 45 xmlSAX2InternalSubset (void *ctx,
|
/external/webkit/Source/WebCore/dom/ |
D | XMLDocumentParserLibxml2.cpp | 1266 xmlSAX2InternalSubset(closure, name, externalID, systemID); in internalSubsetHandler()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-12-19 | 8478 … (khtml::internalSubsetHandler): Added. Calls xmlSAX2InternalSubset after calling our function.
|