Lines Matching refs:REALLOC
563 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s))) macro
1590 : (char *)REALLOC(buffer, len * 2)); in XML_Parse()
1918 return REALLOC(ptr, size); in XML_MemRealloc()
2088 char *temp = (char *)REALLOC(tag->buf, bufSize); in storeRawNames()
2442 char *temp = (char *)REALLOC(tag->buf, bufSize); in doContent()
2753 temp = (ATTRIBUTE *)REALLOC((void *)atts, attsSize * sizeof(ATTRIBUTE)); in storeAtts()
2758 temp2 = (XML_AttrInfo *)REALLOC((void *)attInfo, attsSize * sizeof(XML_AttrInfo)); in storeAtts()
2905 temp = (NS_ATT *)REALLOC(nsAtts, nsAttsSize * sizeof(NS_ATT)); in storeAtts()
3138 XML_Char *temp = (XML_Char *)REALLOC(b->uri, in addBinding()
4441 char *temp = (char *)REALLOC(groupConnector, groupSize *= 2); in doProlog()
4446 int *temp = (int *)REALLOC(dtd->scaffIndex, in doProlog()
5398 REALLOC(type->defaultAtts, (count * sizeof(DEFAULT_ATTRIBUTE))); in defineAttribute()
6309 REALLOC(dtd->scaffold, dtd->scaffSize * 2 * sizeof(CONTENT_SCAFFOLD)); in nextScaffoldPart()