Searched refs:htmlCtxtReadMemory (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | HTMLparser.h | 233 htmlCtxtReadMemory (xmlParserCtxtPtr ctxt,
|
/external/libxml2/include/libxml/ |
D | HTMLparser.h | 235 htmlCtxtReadMemory (xmlParserCtxtPtr ctxt,
|
/external/chromium_org/third_party/libxml/src/win32/ |
D | libxml2.def.src | 270 htmlCtxtReadMemory
|
/external/libxml2/ |
D | elfgcchack.h | 210 #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
|
D | HTMLparser.c | 6839 htmlCtxtReadMemory(htmlParserCtxtPtr ctxt, const char *buffer, int size, in htmlCtxtReadMemory() function
|
/external/chromium_org/third_party/libxml/src/ |
D | elfgcchack.h | 210 #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
|
D | HTMLparser.c | 6825 htmlCtxtReadMemory(htmlParserCtxtPtr ctxt, const char *buffer, int size, in htmlCtxtReadMemory() function
|
D | testapi.c | 1729 …ret_val = htmlCtxtReadMemory(ctxt, (const char *)buffer, size, URL, (const char *)encoding, option… in test_htmlCtxtReadMemory()
|