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

/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c2108 * htmlNewDocNoDtD:
2118 htmlNewDocNoDtD(const xmlChar *URI, const xmlChar *ExternalID) { function
2164 return(htmlNewDocNoDtD(
2168 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 111 milliseconds