Home
last modified time | relevance | path

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

/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c145 static void remove_always_return_values(ListNode * const map_head,
148 const ListNode * const map_head, const char * const error_message,
541 static void remove_always_return_values(ListNode * const map_head, in remove_always_return_values() argument
544 assert_true(map_head); in remove_always_return_values()
546 current = map_head->next; in remove_always_return_values()
547 while (current != map_head) { in remove_always_return_values()
578 const ListNode * const map_head, const char * const error_message, in check_for_leftover_values() argument
582 assert_true(map_head); in check_for_leftover_values()
585 for (current = map_head->next; current != map_head; in check_for_leftover_values()