Home
last modified time | relevance | path

Searched refs:max_realloc_count (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/expat/tests/
HDnsalloc_tests.c446 const int max_realloc_count = 10; in START_TEST() local
448 for (i = 0; i < max_realloc_count; i++) { in START_TEST()
459 else if (i == max_realloc_count) in START_TEST()
516 const unsigned max_realloc_count = 10; in START_TEST() local
524 for (i = 0; i < max_realloc_count; i++) { in START_TEST()
533 else if (i == max_realloc_count) in START_TEST()
596 const int max_realloc_count = 12; in START_TEST() local
598 for (i = 0; i < max_realloc_count; i++) { in START_TEST()
609 else if (i == max_realloc_count) in START_TEST()
672 const int max_realloc_count = 12; in START_TEST() local
[all …]
HDalloc_tests.c580 const int max_realloc_count = 10; in START_TEST() local
583 for (i = 0; i < max_realloc_count; i++) { in START_TEST()
600 else if (i == max_realloc_count) in START_TEST()
612 const int max_realloc_count = 10; in START_TEST() local
614 for (i = 0; i < max_realloc_count; i++) { in START_TEST()
626 if (i == max_realloc_count) in START_TEST()
658 const int max_realloc_count = 10; in START_TEST() local
660 for (i = 0; i < max_realloc_count; i++) { in START_TEST()
671 if (i == max_realloc_count) in START_TEST()
771 const int max_realloc_count = 10; in START_TEST() local
[all …]