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

/external/cmockery/cmockery_0_1_2/src/
H A 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, argument
544 assert_true(map_head);
546 current = map_head->next;
547 while (current != map_head) {
578 const ListNode * const map_head, const char * const error_message,
582 assert_true(map_head);
585 for (current = map_head->next; current != map_head;
577 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 245 milliseconds