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

/forgerock/web-agents-v4/tests/
H A Dtest_init.c28 static void test_log_callback(void *arg, char *name, int error) { function
39 assert_int_equal(am_remove_shm_and_locks(instance, test_log_callback, &clearup_count), AM_SUCCESS);
44 assert_int_equal(am_remove_shm_and_locks(instance, test_log_callback, &clearup_count), AM_SUCCESS);
52 assert_int_equal(am_remove_shm_and_locks(instance, test_log_callback, &clearup_count), AM_SUCCESS);
H A Dtest_policy_cache.c292 static void test_log_callback(void *arg, char *name, int error) { function
302 am_remove_shm_and_locks(AM_DEFAULT_AGENT_ID, test_log_callback, &clearup_count);

Completed in 28 milliseconds