Lines Matching defs:mtemp
1361 XML_Memory_Handling_Suite *mtemp;
1374 mtemp = (XML_Memory_Handling_Suite *)&(parser->m_mem);
1375 mtemp->malloc_fcn = memsuite->malloc_fcn;
1376 mtemp->realloc_fcn = memsuite->realloc_fcn;
1377 mtemp->free_fcn = memsuite->free_fcn;
1380 XML_Memory_Handling_Suite *mtemp;
1392 mtemp = (XML_Memory_Handling_Suite *)&(parser->m_mem);
1393 mtemp->malloc_fcn = malloc;
1394 mtemp->realloc_fcn = realloc;
1395 mtemp->free_fcn = free;