Lines Matching defs:REALLOC
790 # define REALLOC(parser, p, s) (expat_realloc((parser), (p), (s), __LINE__))
794 # define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p), (s)))
2835 // NOTE: We are avoiding REALLOC(..) here to not include
2846 // XML_MemRealloc are not using MALLOC(..) and REALLOC(..)
3146 char *temp = REALLOC(parser, tag->buf, bufSize);
3508 char *temp = REALLOC(parser, tag->buf, bufSize);
3887 temp = REALLOC(parser, parser->m_atts,
3906 temp2 = REALLOC(parser, parser->m_attInfo,
4083 temp = REALLOC(parser, parser->m_nsAtts, nsAttsSize * sizeof(NS_ATT));
4511 = REALLOC(parser, b->uri, sizeof(XML_Char) * (len + EXPAND_SPARE));
5908 char *const new_connector = REALLOC(
5928 int *const new_scaff_index = REALLOC(
7198 temp = REALLOC(parser, type->defaultAtts,
8153 temp = REALLOC(pool->parser, pool->blocks, bytesToAllocate);
8252 temp = REALLOC(parser, dtd->scaffold,