Searched defs:memsuite (Results 1 – 4 of 4) sorted by relevance
/openbsd/lib/libexpat/tests/ |
H A D | misc_tests.c | 64 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 D | nsalloc_tests.c | 59 XML_Memory_Handling_Suite memsuite = {duff_allocator, duff_reallocator, free}; in nsalloc_setup() local
|
H A D | alloc_tests.c | 60 XML_Memory_Handling_Suite memsuite = {duff_allocator, duff_reallocator, free}; in alloc_setup() local
|
/openbsd/lib/libexpat/lib/ |
H A D | xmlparse.c | 1059 const XML_Memory_Handling_Suite *memsuite, in XML_ParserCreate_MM() 1066 const XML_Memory_Handling_Suite *memsuite, const XML_Char *nameSep, in parserCreate() 7797 copyString(const XML_Char *s, const XML_Memory_Handling_Suite *memsuite) { in copyString()
|