Lines Matching refs:check_point

139     const ListNode *check_point; /* Check point of the test if there's a */
331 const ListNode *check_point; /* Check point of the test if there's a setup function. */
1712 static int display_allocated_blocks(const ListNode * const check_point) {
1716 assert_non_null(check_point);
1717 assert_non_null(check_point->next);
1719 for (node = check_point->next; node != head; node = node->next) {
1738 static void free_allocated_blocks(const ListNode * const check_point) {
1741 assert_non_null(check_point);
1743 node = check_point->next;
1755 static void fail_if_blocks_allocated(const ListNode * const check_point,
1757 const int allocated_blocks = display_allocated_blocks(check_point);
1759 free_allocated_blocks(check_point);
2267 const ListNode * const volatile check_point = (const ListNode*)
2307 fail_if_blocks_allocated(check_point, function_name);
2319 fail_if_blocks_allocated(check_point, function_name);
2393 test_state->check_point = check_point_allocated_blocks();
2400 test_state->check_point);
2446 test_state->check_point);
2601 const ListNode * const volatile check_point = (const ListNode*)
2641 fail_if_blocks_allocated(check_point, function_name);
2682 const ListNode * const check_point = check_point_allocated_blocks();
2743 current_TestState->check_point = check_point_allocated_blocks();
2744 test_check_point = current_TestState->check_point;
2754 test_check_point = current_TestState->check_point;
2825 fail_if_blocks_allocated(check_point, "run_tests");
2845 const ListNode * const check_point = check_point_allocated_blocks();
2884 group_state.check_point = check_point_allocated_blocks();
2891 group_state.check_point);
2946 group_state.check_point);
2968 fail_if_blocks_allocated(check_point, "run_group_tests");