Lines Matching refs:REALLOC
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()
6558 temp = (DEFAULT_ATTRIBUTE *)REALLOC(parser, type->defaultAtts, in defineAttribute()
7608 temp = (CONTENT_SCAFFOLD *)REALLOC( in nextScaffoldPart()