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

/external/chromium_org/third_party/libxml/src/
H A DHTMLparser.c2259 * htmlNewDocNoDtD:
2269 htmlNewDocNoDtD(const xmlChar *URI, const xmlChar *ExternalID) { function
2316 return(htmlNewDocNoDtD(
2320 return(htmlNewDocNoDtD(URI, ExternalID));
H A Delfgcchack.h474 #undef htmlNewDocNoDtD macro
475 extern __typeof (htmlNewDocNoDtD) htmlNewDocNoDtD __attribute((alias("htmlNewDocNoDtD__internal_alias")));
477 #ifndef htmlNewDocNoDtD
478 extern __typeof (htmlNewDocNoDtD) htmlNewDocNoDtD__internal_alias __attribute((visibility("hidden")));
479 #define htmlNewDocNoDtD htmlNewDocNoDtD__internal_alias macro
/external/libxml2/
H A DHTMLparser.c2299 * htmlNewDocNoDtD:
2309 htmlNewDocNoDtD(const xmlChar *URI, const xmlChar *ExternalID) { function
2356 return(htmlNewDocNoDtD(
2360 return(htmlNewDocNoDtD(URI, ExternalID));
H A Delfgcchack.h474 #undef htmlNewDocNoDtD macro
475 extern __typeof (htmlNewDocNoDtD) htmlNewDocNoDtD __attribute((alias("htmlNewDocNoDtD__internal_alias")));
477 #ifndef htmlNewDocNoDtD
478 extern __typeof (htmlNewDocNoDtD) htmlNewDocNoDtD__internal_alias __attribute((visibility("hidden")));
479 #define htmlNewDocNoDtD htmlNewDocNoDtD__internal_alias macro

Completed in 183 milliseconds