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

/external/chromium_org/third_party/expat/files/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...]
/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 661 milliseconds