Home
last modified time | relevance | path

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

/external/libxml2/
DSAX.c117 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace; in inithtmlDefaultSAXHandler()
164 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace; in initdocbDefaultSAXHandler()
Dglobals.c435 xmlSAX2IgnorableWhitespace,
473 xmlSAX2IgnorableWhitespace,
DSAX2.c2594 xmlSAX2IgnorableWhitespace(void *ctx ATTRIBUTE_UNUSED, const xmlChar *ch ATTRIBUTE_UNUSED, int len … in xmlSAX2IgnorableWhitespace() function
2914 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace; in xmlSAX2InitHtmlDefaultSAXHandler()
2972 hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace; in xmlSAX2InitDocbDefaultSAXHandler()
DparserInternals.c1737 ctxt->sax->ignorableWhitespace = xmlSAX2IgnorableWhitespace; in xmlInitParserCtxt()
Delfgcchack.h8885 #undef xmlSAX2IgnorableWhitespace
8886 extern __typeof (xmlSAX2IgnorableWhitespace) xmlSAX2IgnorableWhitespace __attribute((alias("xmlSAX2…
8888 #ifndef xmlSAX2IgnorableWhitespace
8889 extern __typeof (xmlSAX2IgnorableWhitespace) xmlSAX2IgnorableWhitespace__internal_alias __attribute…
8890 #define xmlSAX2IgnorableWhitespace xmlSAX2IgnorableWhitespace__internal_alias macro
DHTMLparser.c6521 ctxt->sax->ignorableWhitespace = xmlSAX2IgnorableWhitespace; in htmlCtxtUseOptions()
Dparser.c14513 ctxt->sax->ignorableWhitespace = xmlSAX2IgnorableWhitespace; in xmlCtxtUseOptionsInternal()
/external/libxml2/include/libxml/
DSAX2.h133 xmlSAX2IgnorableWhitespace (void *ctx,