Home
last modified time | relevance | path

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

/freebsd/contrib/expat/tests/
H A Dmisc_tests.c67 XML_Memory_Handling_Suite memsuite = {duff_allocator, realloc, free}; in START_TEST() local
87 XML_Memory_Handling_Suite memsuite = {duff_allocator, realloc, free}; in START_TEST() local
254 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.c67 XML_Memory_Handling_Suite memsuite = {duff_allocator, duff_reallocator, free}; in alloc_setup() local
2095 XML_Memory_Handling_Suite memsuite = {malloc, realloc, free}; START_TEST() local
/freebsd/contrib/expat/lib/
H A Dxmlparse.c1335 const XML_Memory_Handling_Suite *memsuite, argument
1328 XML_ParserCreate_MM(const XML_Char * encodingName,const XML_Memory_Handling_Suite * memsuite,const XML_Char * nameSep) XML_ParserCreate_MM() argument
[all...]