Lines Matching refs:mtemp
925 XML_Memory_Handling_Suite *mtemp;
929 mtemp = (XML_Memory_Handling_Suite *)&(parser->m_mem);
930 mtemp->malloc_fcn = memsuite->malloc_fcn;
931 mtemp->realloc_fcn = memsuite->realloc_fcn;
932 mtemp->free_fcn = memsuite->free_fcn;
936 XML_Memory_Handling_Suite *mtemp;
939 mtemp = (XML_Memory_Handling_Suite *)&(parser->m_mem);
940 mtemp->malloc_fcn = malloc;
941 mtemp->realloc_fcn = realloc;
942 mtemp->free_fcn = free;