Searched refs:check_point (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.c139 const ListNode *check_point; /* Check point of the test if there's a */ member in struct:TestState
331 const ListNode *check_point; /* Check point of the test if there's a setup function. */ member in struct:CMUnitTestState
1712 static int display_allocated_blocks(const ListNode * const check_point) { argument
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) { argument
1741 assert_non_null(check_point);
1743 node = check_point->next;
1755 static void fail_if_blocks_allocated(const ListNode * const check_point, argument
2267 const ListNode * const volatile check_point = (const ListNode*) local
2601 const ListNode * const volatile check_point = (const ListNode*) local
2682 const ListNode * const check_point = check_point_allocated_blocks(); local
2845 const ListNode * const check_point = check_point_allocated_blocks(); local
[all...]

Completed in 35 milliseconds