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

/external/libxml2/include/libxml/
H A DHTMLparser.h112 htmlCreateMemoryParserCtxt(const char *buffer,
/external/libxml2/
H A DHTMLparser.c4395 * htmlCreateMemoryParserCtxt:
4404 htmlCreateMemoryParserCtxt(const char *buffer, int size) { function
4456 ctxt = htmlCreateMemoryParserCtxt((char *)cur, len);
H A Delfgcchack.h138 #undef htmlCreateMemoryParserCtxt macro
139 extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt __attribute((alias("htmlCreateMemoryParserCtxt__internal_alias")));
141 #ifndef htmlCreateMemoryParserCtxt
142 extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt__internal_alias __attribute((visibility("hidden")));
143 #define htmlCreateMemoryParserCtxt htmlCreateMemoryParserCtxt__internal_alias macro
H A Dparser.c12745 ctxt = htmlCreateMemoryParserCtxt((char *) data, datalen);

Completed in 129 milliseconds