Searched refs:XML_MemRealloc (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Modules/expat/ |
H A D | pyexpatns.h | 72 #define XML_MemRealloc PyExpat_XML_MemRealloc macro
|
H A D | expat.h | 984 XML_MemRealloc(XML_Parser parser, void *ptr, size_t size);
|
H A D | xmlparse.c | 2331 XML_MemRealloc(XML_Parser parser, void *ptr, size_t size) { in XML_MemRealloc() function
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | expat.h | 971 XML_MemRealloc(XML_Parser parser, void *ptr, size_t size);
|
H A D | xmlparse.c | 2362 XML_MemRealloc(XML_Parser parser, void *ptr, size_t size) { in XML_MemRealloc() function
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
H A D | runtests.c | 2522 p = (char *)XML_MemRealloc(g_parser, buffer, 512); in START_TEST()
|
Completed in 40 milliseconds