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

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.c779 void _will_return(const char * const function_name, const char * const file, argument
787 add_symbol_value(&global_function_result_map_head, &function_name, 1,
1287 const char * const function_name, const char * const parameter_name,
1290 const char* symbols[] = {function_name, parameter_name};
1307 parameter_name, function_name,
1315 parameter_name, function_name);
2260 static int cmocka_run_one_test_or_fixture(const char *function_name, argument
2299 initialize_testing(function_name);
2307 fail_if_blocks_allocated(check_point, function_name);
2319 fail_if_blocks_allocated(check_point, function_name);
1286 _check_expected( const char * const function_name, const char * const parameter_name, const char* file, const int line, const LargestIntegralType value) argument
2349 cmocka_run_group_fixture(const char *function_name, CMFixtureFunction setup_func, CMFixtureFunction teardown_func, void **state, const void *const heap_check_point) argument
2597 _run_test( const char * const function_name, const UnitTestFunction Function, void ** const volatile state, const UnitTestFunctionType function_type, const void* const heap_check_point) argument
[all...]

Completed in 39 milliseconds