Searched refs:map_head (Results 1 – 1 of 1) sorted by relevance
145 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() argument544 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() argument582 assert_true(map_head); in check_for_leftover_values()585 for (current = map_head->next; current != map_head; in check_for_leftover_values()