Searched defs:xmlParseXMLDecl (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dparser.c10049 * xmlParseXMLDecl:
10058 xmlParseXMLDecl(xmlParserCtxtPtr ctxt) { function
10262 xmlParseXMLDecl(ctxt);
10438 xmlParseXMLDecl(ctxt);
10880 xmlParseXMLDecl(ctxt);
H A Delfgcchack.h7455 #undef xmlParseXMLDecl macro
7456 extern __typeof (xmlParseXMLDecl) xmlParseXMLDecl __attribute((alias("xmlParseXMLDecl__internal_alias")));
7458 #ifndef xmlParseXMLDecl
7459 extern __typeof (xmlParseXMLDecl) xmlParseXMLDecl__internal_alias __attribute((visibility("hidden")));
7460 #define xmlParseXMLDecl xmlParseXMLDecl__internal_alias macro
/external/libxml2/
H A Dparser.c10083 * xmlParseXMLDecl:
10092 xmlParseXMLDecl(xmlParserCtxtPtr ctxt) { function
10293 xmlParseXMLDecl(ctxt);
10463 xmlParseXMLDecl(ctxt);
10901 xmlParseXMLDecl(ctxt);
H A Delfgcchack.h7455 #undef xmlParseXMLDecl macro
7456 extern __typeof (xmlParseXMLDecl) xmlParseXMLDecl __attribute((alias("xmlParseXMLDecl__internal_alias")));
7458 #ifndef xmlParseXMLDecl
7459 extern __typeof (xmlParseXMLDecl) xmlParseXMLDecl__internal_alias __attribute((visibility("hidden")));
7460 #define xmlParseXMLDecl xmlParseXMLDecl__internal_alias macro

Completed in 312 milliseconds