Searched defs:sysdb_test_ctx (Results 1 - 6 of 6) sorted by relevance
/sssd-io/src/tests/ |
H A D | auth-tests.c | 45 struct sysdb_test_ctx { struct 52 static int setup_sysdb_tests(struct sysdb_test_ctx **ctx) 54 struct sysdb_test_ctx *test_ctx; 69 test_ctx = talloc_zero(NULL, struct sysdb_test_ctx); 158 struct sysdb_test_ctx *test_ctx = NULL;
|
H A D | sysdb_ssh-tests.c | 40 struct sysdb_test_ctx { struct 47 static int setup_sysdb_tests(struct sysdb_test_ctx **ctx) 49 struct sysdb_test_ctx *test_ctx; 64 test_ctx = talloc_zero(NULL, struct sysdb_test_ctx); 160 struct sysdb_test_ctx *ctx; 204 struct sysdb_test_ctx *test_ctx; 246 struct sysdb_test_ctx *test_ctx; 280 struct sysdb_test_ctx *test_ctx; 316 struct sysdb_test_ctx *test_ctx;
|
H A D | sysdb-tests.c | 58 struct sysdb_test_ctx { struct 67 static int _setup_sysdb_tests(struct sysdb_test_ctx **ctx, bool enumerate) 69 struct sysdb_test_ctx *test_ctx; 84 test_ctx = talloc_zero(NULL, struct sysdb_test_ctx); 167 static void null_ctx_get_size(struct sysdb_test_ctx *ctx) 172 static void fail_if_null_ctx_leaks(struct sysdb_test_ctx *ctx) 187 struct sysdb_test_ctx *ctx; 211 static struct test_data *test_data_new(struct sysdb_test_ctx *test_ctx) 257 static struct test_data *test_data_new_user(struct sysdb_test_ctx *test_ctx, 279 static struct test_data *test_data_new_group(struct sysdb_test_ctx *test_ct [all...] |
/sssd-io/src/tests/cmocka/ |
H A D | test_ldap_id_cleanup.c | 42 struct sysdb_test_ctx { struct 50 static int _setup_sysdb_tests(struct sysdb_test_ctx **ctx, bool enumerate) 52 struct sysdb_test_ctx *test_ctx; 64 test_ctx = talloc_zero(global_talloc_context, struct sysdb_test_ctx); 117 struct sysdb_test_ctx *test_ctx; 146 struct sysdb_test_ctx *test_ctx = talloc_get_type_abort(*state, 147 struct sysdb_test_ctx); 194 struct sysdb_test_ctx *test_ctx = talloc_get_type_abort(*state, 195 struct sysdb_test_ctx);
|
H A D | test_sysdb_sudo.c | 63 struct sysdb_test_ctx { struct 134 static int get_stored_rules_count(struct sysdb_test_ctx *test_ctx) 154 struct sysdb_test_ctx *test_ctx; 158 test_ctx = talloc_zero(global_talloc_context, struct sysdb_test_ctx); 179 struct sysdb_test_ctx *test_ctx; 181 test_ctx = talloc_get_type_abort(*state, struct sysdb_test_ctx); 195 struct sysdb_test_ctx *test_ctx; 200 test_ctx = talloc_zero(global_talloc_context, struct sysdb_test_ctx); 225 struct sysdb_test_ctx *test_ctx; 227 test_ctx = talloc_get_type_abort(*state, struct sysdb_test_ctx); [all...] |
H A D | test_sysdb_views.c | 51 struct sysdb_test_ctx { struct 58 static int _setup_sysdb_tests(struct sysdb_test_ctx **ctx, bool enumerate) 60 struct sysdb_test_ctx *test_ctx; 72 test_ctx = talloc_zero(global_talloc_context, struct sysdb_test_ctx); 126 struct sysdb_test_ctx *test_ctx; 139 struct sysdb_test_ctx *test_ctx = talloc_get_type_abort(*state, 140 struct sysdb_test_ctx); 158 struct sysdb_test_ctx *test_ctx = talloc_get_type_abort(*state, 159 struct sysdb_test_ctx); 226 struct sysdb_test_ctx *test_ct [all...] |
Completed in 45 milliseconds