Home
last modified time | relevance | path

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

/netbsd-src/external/mit/expat/dist/tests/
H A Druntests.c7465 XML_Memory_Handling_Suite memsuite = {duff_allocator, realloc, free}; in START_TEST() local
7485 XML_Memory_Handling_Suite memsuite = {duff_allocator, realloc, free}; in START_TEST() local
7637 XML_Memory_Handling_Suite memsuite in START_TEST() local
7805 XML_Memory_Handling_Suite memsuite = {duff_allocator, duff_reallocator, free}; in alloc_setup() local
10022 XML_Memory_Handling_Suite memsuite = {duff_allocator, duff_reallocator, free}; in nsalloc_setup() local
/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c964 const XML_Memory_Handling_Suite *memsuite, in XML_ParserCreate_MM()
971 const XML_Memory_Handling_Suite *memsuite, const XML_Char *nameSep, in parserCreate()
7485 copyString(const XML_Char *s, const XML_Memory_Handling_Suite *memsuite) { in copyString()