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

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.c251 static CMOCKA_THREAD ListNode global_function_result_map_head; variable
389 list_initialize(&global_function_result_map_head);
399 remove_always_return_values(&global_function_result_map_head, 1);
401 &global_function_result_map_head,
420 list_free(&global_function_result_map_head, free_symbol_map_value,
750 const int rc = get_symbol_value(&global_function_result_map_head,
787 add_symbol_value(&global_function_result_map_head, &function_name, 1,

Completed in 40 milliseconds