Home
last modified time | relevance | path

Searched refs:htmlCreateMemoryParserCtxt (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
DHTMLparser.h112 htmlCreateMemoryParserCtxt(const char *buffer,
/external/libxml2/include/libxml/
DHTMLparser.h112 htmlCreateMemoryParserCtxt(const char *buffer,
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src252 htmlCreateMemoryParserCtxt
/external/libxml2/
Delfgcchack.h138 #undef htmlCreateMemoryParserCtxt
139 extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt __attribute((alias("htmlCre…
141 #ifndef htmlCreateMemoryParserCtxt
142 extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt__internal_alias __attribute…
143 #define htmlCreateMemoryParserCtxt htmlCreateMemoryParserCtxt__internal_alias macro
DHTMLparser.c4858 htmlCreateMemoryParserCtxt(const char *buffer, int size) { in htmlCreateMemoryParserCtxt() function
4910 ctxt = htmlCreateMemoryParserCtxt((char *)cur, len); in htmlCreateDocParserCtxt()
Dparser.c13036 ctxt = htmlCreateMemoryParserCtxt((char *) data, datalen); in xmlParseInNodeContext()
/external/chromium_org/third_party/libxml/src/
Delfgcchack.h138 #undef htmlCreateMemoryParserCtxt
139 extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt __attribute((alias("htmlCre…
141 #ifndef htmlCreateMemoryParserCtxt
142 extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt__internal_alias __attribute…
143 #define htmlCreateMemoryParserCtxt htmlCreateMemoryParserCtxt__internal_alias macro
DHTMLparser.c4853 htmlCreateMemoryParserCtxt(const char *buffer, int size) { in htmlCreateMemoryParserCtxt() function
4905 ctxt = htmlCreateMemoryParserCtxt((char *)cur, len); in htmlCreateDocParserCtxt()
Dparser.c13044 ctxt = htmlCreateMemoryParserCtxt((char *) data, datalen); in xmlParseInNodeContext()
Dtestapi.c929 if (no == 1) return(htmlCreateMemoryParserCtxt("<html/>", 7)); in gen_htmlParserCtxtPtr()
1488 ret_val = htmlCreateMemoryParserCtxt((const char *)buffer, size); in test_htmlCreateMemoryParserCtxt()
DChangeLog10841 htmlCreateMemoryParserCtxt() it was static