Home
last modified time | relevance | path

Searched refs:xmlParseCDSect (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DparserInternals.h438 xmlParseCDSect (xmlParserCtxtPtr ctxt);
/external/libxml2/
Delfgcchack.h6861 #undef xmlParseCDSect
6862 extern __typeof (xmlParseCDSect) xmlParseCDSect __attribute((alias("xmlParseCDSect__internal_alias"…
6864 #ifndef xmlParseCDSect
6865 extern __typeof (xmlParseCDSect) xmlParseCDSect__internal_alias __attribute((visibility("hidden")));
6866 #define xmlParseCDSect xmlParseCDSect__internal_alias macro
Dparser.c9155 xmlParseCDSect(xmlParserCtxtPtr ctxt) { in xmlParseCDSect() function
9271 xmlParseCDSect(ctxt); in xmlParseContent()