Searched refs:htmlNewParserCtxt (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A DHTMLparser.h109 htmlNewParserCtxt(void);
/external/libxml2/include/libxml/
H A DHTMLparser.h109 htmlNewParserCtxt(void);
/external/chromium_org/third_party/libxml/src/
H A DHTMLparser.c4818 * htmlNewParserCtxt:
4826 htmlNewParserCtxt(void) function
4863 ctxt = htmlNewParserCtxt();
5996 ctxt = htmlNewParserCtxt();
6146 ctxt = htmlNewParserCtxt();
6728 ctxt = htmlNewParserCtxt();
H A Delfgcchack.h486 #undef htmlNewParserCtxt macro
487 extern __typeof (htmlNewParserCtxt) htmlNewParserCtxt __attribute((alias("htmlNewParserCtxt__internal_alias")));
489 #ifndef htmlNewParserCtxt
490 extern __typeof (htmlNewParserCtxt) htmlNewParserCtxt__internal_alias __attribute((visibility("hidden")));
491 #define htmlNewParserCtxt htmlNewParserCtxt__internal_alias macro
H A Dtestapi.c2168 ret_val = htmlNewParserCtxt();
2173 printf("Leak of %d blocks found in htmlNewParserCtxt",
[all...]
/external/libxml2/
H A DHTMLparser.c4823 * htmlNewParserCtxt:
4831 htmlNewParserCtxt(void) function
4868 ctxt = htmlNewParserCtxt();
6001 ctxt = htmlNewParserCtxt();
6151 ctxt = htmlNewParserCtxt();
6742 ctxt = htmlNewParserCtxt();
H A Delfgcchack.h486 #undef htmlNewParserCtxt macro
487 extern __typeof (htmlNewParserCtxt) htmlNewParserCtxt __attribute((alias("htmlNewParserCtxt__internal_alias")));
489 #ifndef htmlNewParserCtxt
490 extern __typeof (htmlNewParserCtxt) htmlNewParserCtxt__internal_alias __attribute((visibility("hidden")));
491 #define htmlNewParserCtxt htmlNewParserCtxt__internal_alias macro

Completed in 241 milliseconds