REALLOC          1590 third_party/expat/files/lib/xmlparse.c                 : (char *)REALLOC(buffer, len * 2));
REALLOC          1904 third_party/expat/files/lib/xmlparse.c   return REALLOC(ptr, size);
REALLOC          2074 third_party/expat/files/lib/xmlparse.c       char *temp = (char *)REALLOC(tag->buf, bufSize);
REALLOC          2428 third_party/expat/files/lib/xmlparse.c               char *temp = (char *)REALLOC(tag->buf, bufSize);
REALLOC          2739 third_party/expat/files/lib/xmlparse.c     temp = (ATTRIBUTE *)REALLOC((void *)atts, attsSize * sizeof(ATTRIBUTE));
REALLOC          2744 third_party/expat/files/lib/xmlparse.c     temp2 = (XML_AttrInfo *)REALLOC((void *)attInfo, attsSize * sizeof(XML_AttrInfo));
REALLOC          2891 third_party/expat/files/lib/xmlparse.c       temp = (NS_ATT *)REALLOC(nsAtts, nsAttsSize * sizeof(NS_ATT));
REALLOC          3122 third_party/expat/files/lib/xmlparse.c       XML_Char *temp = (XML_Char *)REALLOC(b->uri,
REALLOC          4425 third_party/expat/files/lib/xmlparse.c           char *temp = (char *)REALLOC(groupConnector, groupSize *= 2);
REALLOC          4430 third_party/expat/files/lib/xmlparse.c             int *temp = (int *)REALLOC(dtd->scaffIndex,
REALLOC          5382 third_party/expat/files/lib/xmlparse.c         REALLOC(type->defaultAtts, (count * sizeof(DEFAULT_ATTRIBUTE)));
REALLOC          6291 third_party/expat/files/lib/xmlparse.c         REALLOC(dtd->scaffold, dtd->scaffSize * 2 * sizeof(CONTENT_SCAFFOLD));