Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DHTMLparser.h112 htmlCreateMemoryParserCtxt(const char *buffer,
/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()