Searched refs:xmlSAXParseMemory (Results 1 – 9 of 9) sorted by relevance
/third_party/libxml2/include/libxml/ |
D | parser.h | 897 xmlSAXParseMemory (xmlSAXHandlerPtr sax,
|
/third_party/libxml2/ |
D | libxml2.syms | 771 xmlSAXParseMemory;
|
D | elfgcchack.h | 9262 #undef xmlSAXParseMemory 9263 extern __typeof (xmlSAXParseMemory) xmlSAXParseMemory __attribute((alias("xmlSAXParseMemory__intern… 9265 #ifndef xmlSAXParseMemory 9266 extern __typeof (xmlSAXParseMemory) xmlSAXParseMemory__internal_alias __attribute((visibility("hidd… 9267 #define xmlSAXParseMemory xmlSAXParseMemory__internal_alias macro
|
D | parser.c | 14452 xmlSAXParseMemory(xmlSAXHandlerPtr sax, const char *buffer, in xmlSAXParseMemory() function 14468 return(xmlSAXParseMemory(NULL, buffer, size, 0)); in xmlParseMemory() 14484 return(xmlSAXParseMemory(NULL, buffer, size, 1)); in xmlRecoverMemory()
|
D | NEWS | 2806 xmlFreeNode(), xmlSAXParseMemory (Peter Jones), xmlGetNodePath (Petr
|
D | testapi.c | 15100 ret_val = xmlSAXParseMemory(sax, (const char *)buffer, size, recovery); in test_xmlSAXParseMemory()
|
/third_party/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 948 d xmlSAXParseMemory... 949 d pr extproc('xmlSAXParseMemory')
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 1602 xmlSAXParseMemory
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 87118 - removing a leak in xmlSAXParseMemory() and adding the 110235 -#undef xmlSAXParseMemory 110236 -extern __typeof (xmlSAXParseMemory) xmlSAXParseMemory __attribute((alias("xmlSAXParseMemory__inter… 110238 -#ifndef xmlSAXParseMemory 110239 -extern __typeof (xmlSAXParseMemory) xmlSAXParseMemory__internal_alias __attribute((visibility("hid… 110240 -#define xmlSAXParseMemory xmlSAXParseMemory__internal_alias
|