REALLOC          1126 srclib/apr-util/xml/expat/lib/xmlparse.c 	buffer = buffer == 0 ? MALLOC(len * 2) : REALLOC(buffer, len * 2);
REALLOC          1626 srclib/apr-util/xml/expat/lib/xmlparse.c 	    tag->buf = REALLOC(tag->buf, bufSize);
REALLOC          1653 srclib/apr-util/xml/expat/lib/xmlparse.c 	    tag->buf = REALLOC(tag->buf, bufSize);
REALLOC          1916 srclib/apr-util/xml/expat/lib/xmlparse.c     atts = REALLOC((void *)atts, attsSize * sizeof(ATTRIBUTE));
REALLOC          2126 srclib/apr-util/xml/expat/lib/xmlparse.c       b->uri = REALLOC(b->uri, sizeof(XML_Char) * (len + EXPAND_SPARE));
REALLOC          3049 srclib/apr-util/xml/expat/lib/xmlparse.c 	  groupConnector = REALLOC(groupConnector, groupSize *= 2);
REALLOC          3051 srclib/apr-util/xml/expat/lib/xmlparse.c 	    dtd.scaffIndex = REALLOC(dtd.scaffIndex, groupSize * sizeof(int));
REALLOC          3732 srclib/apr-util/xml/expat/lib/xmlparse.c       type->defaultAtts = REALLOC(type->defaultAtts,
REALLOC          4537 srclib/apr-util/xml/expat/lib/xmlparse.c       dtd.scaffold = (CONTENT_SCAFFOLD *) REALLOC(dtd.scaffold,