Home
last modified time | relevance | path

Searched refs:htmlNewDoc (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
DHTMLtree.h63 htmlNewDoc (const xmlChar *URI,
/external/libxslt/libxslt/
Dtransform.c3529 res = htmlNewDoc(doctypeSystem, doctypePublic); in xsltDocumentElem()
5932 res = htmlNewDoc(doctypeSystem, doctypePublic); in xsltApplyStylesheetInternal()
5937 res = htmlNewDoc(NULL, NULL); in xsltApplyStylesheetInternal()
5955 res = htmlNewDoc(doctypeSystem, doctypePublic); in xsltApplyStylesheetInternal()
5972 res = htmlNewDoc(doctypeSystem, doctypePublic); in xsltApplyStylesheetInternal()
/external/libxml2/
Delfgcchack.h462 #undef htmlNewDoc
463 extern __typeof (htmlNewDoc) htmlNewDoc __attribute((alias("htmlNewDoc__internal_alias")));
465 #ifndef htmlNewDoc
466 extern __typeof (htmlNewDoc) htmlNewDoc__internal_alias __attribute((visibility("hidden")));
467 #define htmlNewDoc htmlNewDoc__internal_alias macro
DHTMLparser.c2314 htmlNewDoc(const xmlChar *URI, const xmlChar *ExternalID) { in htmlNewDoc() function