Home
last modified time | relevance | path

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

/openbsd/lib/libexpat/tests/
H A Dcommon.c276 int g_reallocation_count = REALLOC_ALWAYS_SUCCEED; variable
291 if (g_reallocation_count == 0) in duff_reallocator()
293 if (g_reallocation_count != REALLOC_ALWAYS_SUCCEED) in duff_reallocator()
294 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.c558 g_reallocation_count = i; in START_TEST()
571 g_reallocation_count = -1; in START_TEST()
635 g_reallocation_count = i; in START_TEST()
748 g_reallocation_count = i; in START_TEST()
956 g_reallocation_count = i; in START_TEST()
1010 g_reallocation_count = i; in START_TEST()
1060 g_reallocation_count = i; in START_TEST()
1298 g_reallocation_count = i; in START_TEST()
1377 g_reallocation_count = i; in START_TEST()
1474 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()