Searched refs:mtemp (Results 1 - 1 of 1) sorted by relevance

/external/expat/lib/
H A Dxmlparse.c733 XML_Memory_Handling_Suite *mtemp; local
737 mtemp = (XML_Memory_Handling_Suite *)&(parser->m_mem);
738 mtemp->malloc_fcn = memsuite->malloc_fcn;
739 mtemp->realloc_fcn = memsuite->realloc_fcn;
740 mtemp->free_fcn = memsuite->free_fcn;
744 XML_Memory_Handling_Suite *mtemp; local
747 mtemp = (XML_Memory_Handling_Suite *)&(parser->m_mem);
748 mtemp->malloc_fcn = malloc;
749 mtemp->realloc_fcn = realloc;
750 mtemp
[all...]

Completed in 56 milliseconds