Searched refs:mtemp (Results 1 – 1 of 1) sorted by relevance
701 XML_Memory_Handling_Suite *mtemp; in parserCreate() local705 mtemp = (XML_Memory_Handling_Suite *)&(parser->m_mem); in parserCreate()706 mtemp->malloc_fcn = memsuite->malloc_fcn; in parserCreate()707 mtemp->realloc_fcn = memsuite->realloc_fcn; in parserCreate()708 mtemp->free_fcn = memsuite->free_fcn; in parserCreate()712 XML_Memory_Handling_Suite *mtemp; in parserCreate() local715 mtemp = (XML_Memory_Handling_Suite *)&(parser->m_mem); in parserCreate()716 mtemp->malloc_fcn = malloc; in parserCreate()717 mtemp->realloc_fcn = realloc; in parserCreate()718 mtemp->free_fcn = free; in parserCreate()