HomeSort by relevance Sort by last modified time
    Searched full:global_function_result_map_head (Results 1 - 1 of 1) sorted by null

  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 169 static ListNode global_function_result_map_head; variable
272 list_initialize(&global_function_result_map_head);
281 remove_always_return_values(&global_function_result_map_head, 1);
283 &global_function_result_map_head,
301 list_free(&global_function_result_map_head, free_symbol_map_value,
621 const int rc = get_symbol_value(&global_function_result_map_head,
656 add_symbol_value(&global_function_result_map_head, &function_name, 1,
    [all...]

Completed in 539 milliseconds