Searched defs:memsuite (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/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-src/lib/libexpat/lib/ |
H A D | xmlparse.c | 1057 XML_ParserCreate_MM(const XML_Char * encodingName,const XML_Memory_Handling_Suite * memsuite,const XML_Char * nameSep) XML_ParserCreate_MM() argument 1064 parserCreate(const XML_Char * encodingName,const XML_Memory_Handling_Suite * memsuite,const XML_Char * nameSep,DTD * dtd) parserCreate() argument 7766 copyString(const XML_Char * s,const XML_Memory_Handling_Suite * memsuite) copyString() argument [all...] |