Home
last modified time | relevance | path

Searched refs:htmlCtxtReadMemory (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DHTMLparser.h232 htmlCtxtReadMemory (xmlParserCtxtPtr ctxt,
/external/libxml2/
Delfgcchack.h210 #undef htmlCtxtReadMemory
211 extern __typeof (htmlCtxtReadMemory) htmlCtxtReadMemory __attribute((alias("htmlCtxtReadMemory__int…
213 #ifndef htmlCtxtReadMemory
214 extern __typeof (htmlCtxtReadMemory) htmlCtxtReadMemory__internal_alias __attribute((visibility("hi…
215 #define htmlCtxtReadMemory htmlCtxtReadMemory__internal_alias macro
DHTMLparser.c6266 htmlCtxtReadMemory(htmlParserCtxtPtr ctxt, const char *buffer, int size, in htmlCtxtReadMemory() function