Home
last modified time | relevance | path

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

/aosp_15_r20/external/expat/expat/tests/
H A Dmisc_tests.c64 XML_Memory_Handling_Suite memsuite = {duff_allocator, realloc, free}; in START_TEST() local
84 XML_Memory_Handling_Suite memsuite = {duff_allocator, realloc, free}; in START_TEST() local
250 XML_Memory_Handling_Suite memsuite in START_TEST() local
H A Dnsalloc_tests.c59 XML_Memory_Handling_Suite memsuite = {duff_allocator, duff_reallocator, free}; in nsalloc_setup() local
H A Dalloc_tests.c60 XML_Memory_Handling_Suite memsuite = {duff_allocator, duff_reallocator, free}; in alloc_setup() local
/aosp_15_r20/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()
/aosp_15_r20/external/python/cpython3/Modules/expat/
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()
/aosp_15_r20/external/expat/expat/lib/
H A Dxmlparse.c1058 const XML_Memory_Handling_Suite *memsuite, in XML_ParserCreate_MM()
1065 const XML_Memory_Handling_Suite *memsuite, const XML_Char *nameSep, in parserCreate()
7787 copyString(const XML_Char *s, const XML_Memory_Handling_Suite *memsuite) { in copyString()
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2022-23852/
H A Dpoc.cpp358 XML_Memory_Handling_Suite memsuite = {}; in main() local