Lines Matching refs:mtemp
979 XML_Memory_Handling_Suite *mtemp;
982 mtemp = (XML_Memory_Handling_Suite *)&(parser->m_mem);
983 mtemp->malloc_fcn = memsuite->malloc_fcn;
984 mtemp->realloc_fcn = memsuite->realloc_fcn;
985 mtemp->free_fcn = memsuite->free_fcn;
988 XML_Memory_Handling_Suite *mtemp;
991 mtemp = (XML_Memory_Handling_Suite *)&(parser->m_mem);
992 mtemp->malloc_fcn = malloc;
993 mtemp->realloc_fcn = realloc;
994 mtemp->free_fcn = free;