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()
1904 return REALLOC(ptr, size); in XML_MemRealloc()
2074 char *temp = (char *)REALLOC(tag->buf, bufSize); in storeRawNames()
2428 char *temp = (char *)REALLOC(tag->buf, bufSize); in doContent()
2739 temp = (ATTRIBUTE *)REALLOC((void *)atts, attsSize * sizeof(ATTRIBUTE)); in storeAtts()
2744 temp2 = (XML_AttrInfo *)REALLOC((void *)attInfo, attsSize * sizeof(XML_AttrInfo)); in storeAtts()
2891 temp = (NS_ATT *)REALLOC(nsAtts, nsAttsSize * sizeof(NS_ATT)); in storeAtts()
3122 XML_Char *temp = (XML_Char *)REALLOC(b->uri, in addBinding()
4425 char *temp = (char *)REALLOC(groupConnector, groupSize *= 2); in doProlog()
4430 int *temp = (int *)REALLOC(dtd->scaffIndex, in doProlog()
5382 REALLOC(type->defaultAtts, (count * sizeof(DEFAULT_ATTRIBUTE))); in defineAttribute()
6291 REALLOC(dtd->scaffold, dtd->scaffSize * 2 * sizeof(CONTENT_SCAFFOLD)); in nextScaffoldPart()