Lines Matching refs:REALLOC
620 #define REALLOC(parser, p, s) (parser->m_mem.realloc_fcn((p), (s))) macro
1827 temp = (char *)REALLOC(parser, parser->m_buffer, bytesToAllocate); in XML_Parse()
2202 return REALLOC(parser, ptr, size); in XML_MemRealloc()
2414 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in storeRawNames()
2738 char *temp = (char *)REALLOC(parser, tag->buf, bufSize); in doContent()
3076 temp = (ATTRIBUTE *)REALLOC(parser, (void *)parser->m_atts, in storeAtts()
3084 temp2 = (XML_AttrInfo *)REALLOC(parser, (void *)parser->m_attInfo, in storeAtts()
3234 temp = (NS_ATT *)REALLOC(parser, parser->m_nsAtts, in storeAtts()
3489 XML_Char *temp = (XML_Char *)REALLOC( in addBinding()
4758 char *const new_connector = (char *)REALLOC( in doProlog()
4768 int *const new_scaff_index = (int *)REALLOC( in doProlog()
5767 temp = (DEFAULT_ATTRIBUTE *)REALLOC(parser, type->defaultAtts, in defineAttribute()
6768 temp = (CONTENT_SCAFFOLD *)REALLOC( in nextScaffoldPart()