Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/include/libxml/
DHTMLparser.h233 htmlCtxtReadMemory (xmlParserCtxtPtr ctxt,
/external/libxml2/include/libxml/
DHTMLparser.h235 htmlCtxtReadMemory (xmlParserCtxtPtr ctxt,
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src270 htmlCtxtReadMemory
/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.c6839 htmlCtxtReadMemory(htmlParserCtxtPtr ctxt, const char *buffer, int size, in htmlCtxtReadMemory() function
/external/chromium_org/third_party/libxml/src/
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.c6825 htmlCtxtReadMemory(htmlParserCtxtPtr ctxt, const char *buffer, int size, in htmlCtxtReadMemory() function
Dtestapi.c1729 …ret_val = htmlCtxtReadMemory(ctxt, (const char *)buffer, size, URL, (const char *)encoding, option… in test_htmlCtxtReadMemory()