Searched refs:mtemp (Results 1 – 1 of 1) sorted by relevance
1073 XML_Memory_Handling_Suite *mtemp; in parserCreate() local1076 mtemp = (XML_Memory_Handling_Suite *)&(parser->m_mem); in parserCreate()1077 mtemp->malloc_fcn = memsuite->malloc_fcn; in parserCreate()1078 mtemp->realloc_fcn = memsuite->realloc_fcn; in parserCreate()1079 mtemp->free_fcn = memsuite->free_fcn; in parserCreate()1082 XML_Memory_Handling_Suite *mtemp; in parserCreate() local1085 mtemp = (XML_Memory_Handling_Suite *)&(parser->m_mem); in parserCreate()1086 mtemp->malloc_fcn = malloc; in parserCreate()1087 mtemp->realloc_fcn = realloc; in parserCreate()1088 mtemp->free_fcn = free; in parserCreate()