Lines Matching refs:REALLOC
709 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p), (s))) macro
1943 temp = (char *)REALLOC(parser, parser->m_buffer, bytesToAllocate); in XML_Parse()
2329 return REALLOC(parser, ptr, size); in XML_MemRealloc()
2588 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in storeRawNames()
2944 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in doContent()
3311 temp = (ATTRIBUTE *)REALLOC(parser, (void *)parser->m_atts, in storeAtts()
3330 temp2 = (XML_AttrInfo *)REALLOC(parser, (void *)parser->m_attInfo, in storeAtts()
3507 temp = (NS_ATT *)REALLOC(parser, parser->m_nsAtts, in storeAtts()
3810 XML_Char *temp = (XML_Char *)REALLOC( in addBinding()
5168 char *const new_connector = (char *)REALLOC( in doProlog()
5188 int *const new_scaff_index = (int *)REALLOC( in doProlog()
6287 temp = (DEFAULT_ATTRIBUTE *)REALLOC(parser, type->defaultAtts, in defineAttribute()
7314 temp = (CONTENT_SCAFFOLD *)REALLOC( in nextScaffoldPart()