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

/sssd/src/tests/cmocka/
H A Dtest_utils.c794 struct name_init_test_ctx { struct
809 struct name_init_test_ctx *test_ctx;
818 test_ctx = talloc_zero(global_talloc_context, struct name_init_test_ctx);
871 struct name_init_test_ctx *test_ctx;
873 test_ctx = talloc_get_type(*state, struct name_init_test_ctx);
883 struct name_init_test_ctx *test_ctx;
887 test_ctx = talloc_get_type(*state, struct name_init_test_ctx);

Completed in 1007 milliseconds