Searched refs:REALLOC (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/expat/ |
D | xmlparse.c | 764 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p), (s))) macro 2400 return REALLOC(parser, ptr, size); in XML_MemRealloc() 2671 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in storeRawNames() 3027 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in doContent() 3394 temp = (ATTRIBUTE *)REALLOC(parser, (void *)parser->m_atts, in storeAtts() 3413 temp2 = (XML_AttrInfo *)REALLOC(parser, (void *)parser->m_attInfo, in storeAtts() 3590 temp = (NS_ATT *)REALLOC(parser, parser->m_nsAtts, in storeAtts() 4018 XML_Char *temp = (XML_Char *)REALLOC( in addBinding() 5410 char *const new_connector = (char *)REALLOC( in doProlog() 5430 int *const new_scaff_index = (int *)REALLOC( in doProlog() [all …]
|