Lines Matching refs:mtemp
1071 XML_Memory_Handling_Suite *mtemp;
1074 mtemp = (XML_Memory_Handling_Suite *)&(parser->m_mem);
1075 mtemp->malloc_fcn = memsuite->malloc_fcn;
1076 mtemp->realloc_fcn = memsuite->realloc_fcn;
1077 mtemp->free_fcn = memsuite->free_fcn;
1080 XML_Memory_Handling_Suite *mtemp;
1083 mtemp = (XML_Memory_Handling_Suite *)&(parser->m_mem);
1084 mtemp->malloc_fcn = malloc;
1085 mtemp->realloc_fcn = realloc;
1086 mtemp->free_fcn = free;