Home
last modified time | relevance | path

Searched refs:g_reallocation_count (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/expat/tests/
H A Dcommon.c284 int g_reallocation_count = REALLOC_ALWAYS_SUCCEED; variable
299 if (g_reallocation_count == 0) in duff_reallocator()
301 if (g_reallocation_count != REALLOC_ALWAYS_SUCCEED) in duff_reallocator()
302 g_reallocation_count--; in duff_reallocator()
H A Dnsalloc_tests.c64 g_reallocation_count = REALLOC_ALWAYS_SUCCEED; in nsalloc_setup()
449 g_reallocation_count = i; in START_TEST()
526 g_reallocation_count = i; in START_TEST()
599 g_reallocation_count = i; in START_TEST()
675 g_reallocation_count = i; in START_TEST()
940 g_reallocation_count = i; in context_realloc_test()
1223 g_reallocation_count = i; in START_TEST()
1328 g_reallocation_count = i; in START_TEST()
H A Dalloc_tests.c65 g_reallocation_count = REALLOC_ALWAYS_SUCCEED; in alloc_setup()
584 g_reallocation_count = i; in START_TEST()
597 g_reallocation_count = -1; in START_TEST()
661 g_reallocation_count = i; in START_TEST()
774 g_reallocation_count = i; in START_TEST()
982 g_reallocation_count = i; in START_TEST()
1036 g_reallocation_count = i; in START_TEST()
1086 g_reallocation_count = i; in START_TEST()
1324 g_reallocation_count = i; in START_TEST()
1403 g_reallocation_count = i; in START_TEST()
[all …]
H A Dcommon.h143 extern int g_reallocation_count;
H A Dhandlers.c1438 g_reallocation_count = *(int *)XML_GetUserData(parser); in external_entity_reallocator()
1445 g_reallocation_count = -1; in external_entity_reallocator()