Searched refs:htmlCreateMemoryParserCtxt (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | HTMLparser.h | 112 htmlCreateMemoryParserCtxt(const char *buffer,
|
/external/libxml2/include/libxml/ |
D | HTMLparser.h | 112 htmlCreateMemoryParserCtxt(const char *buffer,
|
/external/chromium_org/third_party/libxml/src/win32/ |
D | libxml2.def.src | 252 htmlCreateMemoryParserCtxt
|
/external/libxml2/ |
D | elfgcchack.h | 138 #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
|
D | HTMLparser.c | 4858 htmlCreateMemoryParserCtxt(const char *buffer, int size) { in htmlCreateMemoryParserCtxt() function 4910 ctxt = htmlCreateMemoryParserCtxt((char *)cur, len); in htmlCreateDocParserCtxt()
|
D | parser.c | 13036 ctxt = htmlCreateMemoryParserCtxt((char *) data, datalen); in xmlParseInNodeContext()
|
/external/chromium_org/third_party/libxml/src/ |
D | elfgcchack.h | 138 #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
|
D | HTMLparser.c | 4853 htmlCreateMemoryParserCtxt(const char *buffer, int size) { in htmlCreateMemoryParserCtxt() function 4905 ctxt = htmlCreateMemoryParserCtxt((char *)cur, len); in htmlCreateDocParserCtxt()
|
D | parser.c | 13044 ctxt = htmlCreateMemoryParserCtxt((char *) data, datalen); in xmlParseInNodeContext()
|
D | testapi.c | 929 if (no == 1) return(htmlCreateMemoryParserCtxt("<html/>", 7)); in gen_htmlParserCtxtPtr() 1488 ret_val = htmlCreateMemoryParserCtxt((const char *)buffer, size); in test_htmlCreateMemoryParserCtxt()
|
D | ChangeLog | 10841 htmlCreateMemoryParserCtxt() it was static
|