Lines Matching refs:REALLOC
621 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p), (s))) macro
1838 temp = (char *)REALLOC(parser, parser->m_buffer, bytesToAllocate); in XML_Parse()
2219 return REALLOC(parser, ptr, size); in XML_MemRealloc()
2435 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in storeRawNames()
2759 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in doContent()
3097 temp = (ATTRIBUTE *)REALLOC(parser, (void *)parser->m_atts, in storeAtts()
3105 temp2 = (XML_AttrInfo *)REALLOC(parser, (void *)parser->m_attInfo, in storeAtts()
3255 temp = (NS_ATT *)REALLOC(parser, parser->m_nsAtts, in storeAtts()
3510 XML_Char *temp = (XML_Char *)REALLOC( in addBinding()
4779 char *const new_connector = (char *)REALLOC( in doProlog()
4789 int *const new_scaff_index = (int *)REALLOC( in doProlog()
5788 temp = (DEFAULT_ATTRIBUTE *)REALLOC(parser, type->defaultAtts, in defineAttribute()
6789 temp = (CONTENT_SCAFFOLD *)REALLOC( in nextScaffoldPart()