Searched refs:htmlNewDocNoDtD (Results 1 - 6 of 6) sorted by relevance

/external/libxml2/include/libxml/
H A DHTMLtree.h66 htmlNewDocNoDtD (const xmlChar *URI,
/external/libxml2/
H A DHTMLparser.c2108 * htmlNewDocNoDtD:
2118 htmlNewDocNoDtD(const xmlChar *URI, const xmlChar *ExternalID) { function
2165 return(htmlNewDocNoDtD(
2169 return(htmlNewDocNoDtD(URI, ExternalID));
H A DSAX2.c966 ctxt->myDoc = htmlNewDocNoDtD(NULL, NULL);
H A Dxmlwriter.c4509 ctxt->myDoc = htmlNewDocNoDtD(NULL, NULL);
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/libxslt/libxslt/
H A Dtransform.c3536 res = htmlNewDocNoDtD(doctypeSystem, doctypePublic);
3547 res = htmlNewDocNoDtD(doctypeSystem, doctypePublic);

Completed in 132 milliseconds