Home
last modified time | relevance | path

Searched defs:memsuite (Results 1 – 4 of 4) sorted by relevance

/external/expat/expat/tests/
Druntests.c7634 XML_Memory_Handling_Suite memsuite = {duff_allocator, realloc, free}; in START_TEST() local
7654 XML_Memory_Handling_Suite memsuite = {duff_allocator, realloc, free}; in START_TEST() local
7806 XML_Memory_Handling_Suite memsuite in START_TEST() local
7996 XML_Memory_Handling_Suite memsuite = {duff_allocator, duff_reallocator, free}; in alloc_setup() local
10260 XML_Memory_Handling_Suite memsuite = {duff_allocator, duff_reallocator, free}; in nsalloc_setup() local
/external/python/cpython2/Modules/expat/
Dxmlparse.c913 const XML_Memory_Handling_Suite *memsuite, in XML_ParserCreate_MM()
921 const XML_Memory_Handling_Suite *memsuite, in parserCreate()
7198 const XML_Memory_Handling_Suite *memsuite) in copyString()
/external/expat/expat/lib/
Dxmlparse.c967 const XML_Memory_Handling_Suite *memsuite, in XML_ParserCreate_MM()
974 const XML_Memory_Handling_Suite *memsuite, const XML_Char *nameSep, in parserCreate()
7634 copyString(const XML_Char *s, const XML_Memory_Handling_Suite *memsuite) { in copyString()
/external/python/cpython3/Modules/expat/
Dxmlparse.c966 const XML_Memory_Handling_Suite *memsuite, in XML_ParserCreate_MM()
973 const XML_Memory_Handling_Suite *memsuite, const XML_Char *nameSep, in parserCreate()
7612 copyString(const XML_Char *s, const XML_Memory_Handling_Suite *memsuite) { in copyString()