Home
last modified time | relevance | path

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

/external/expat/tests/
Druntests.c7224 XML_Memory_Handling_Suite memsuite = {duff_allocator, realloc, free}; in START_TEST() local
7244 XML_Memory_Handling_Suite memsuite = {duff_allocator, realloc, free}; in START_TEST() local
7396 XML_Memory_Handling_Suite memsuite in START_TEST() local
7564 XML_Memory_Handling_Suite memsuite = {duff_allocator, duff_reallocator, free}; in alloc_setup() local
9781 XML_Memory_Handling_Suite memsuite = {duff_allocator, duff_reallocator, free}; in nsalloc_setup() local
/external/python/cpython3/Modules/expat/
Dxmlparse.c866 const XML_Memory_Handling_Suite *memsuite, in XML_ParserCreate_MM()
873 const XML_Memory_Handling_Suite *memsuite, const XML_Char *nameSep, in parserCreate()
6875 copyString(const XML_Char *s, const XML_Memory_Handling_Suite *memsuite) { in copyString()
/external/expat/lib/
Dxmlparse.c876 const XML_Memory_Handling_Suite *memsuite, in XML_ParserCreate_MM()
883 const XML_Memory_Handling_Suite *memsuite, const XML_Char *nameSep, in parserCreate()
6896 copyString(const XML_Char *s, const XML_Memory_Handling_Suite *memsuite) { in copyString()
/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()