Searched refs:htmlNewDoc (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
H A DHTMLtree.h63 htmlNewDoc (const xmlChar *URI,
/external/libxml2/
H A Dlibxml2.syms420 htmlNewDoc;
H A Delfgcchack.h462 #undef htmlNewDoc macro
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
H A DHTMLparser.c2345 * htmlNewDoc:
2354 htmlNewDoc(const xmlChar *URI, const xmlChar *ExternalID) { function
H A Dtestapi.c910 if (no == 0) return(htmlNewDoc(NULL, NULL));
3152 ret_val = htmlNewDoc((const xmlChar *)URI, (const xmlChar *)ExternalID);
3159 printf("Leak of %d blocks found in htmlNewDoc",
[all...]

Completed in 210 milliseconds