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

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.c216 static void remove_always_return_values(ListNode * const map_head,
219 const ListNode * const map_head, const char * const error_message,
668 static void remove_always_return_values(ListNode * const map_head, argument
671 assert_non_null(map_head);
673 current = map_head->next;
674 while (current != map_head) {
706 const ListNode * const map_head, const char * const error_message,
710 assert_non_null(map_head);
713 for (current = map_head->next; current != map_head;
705 check_for_leftover_values( const ListNode * const map_head, const char * const error_message, const size_t number_of_symbol_names) argument
[all...]

Completed in 33 milliseconds