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

/sssd/src/tests/cmocka/data_provider/
H A Dtest_dp_request.c103 struct test_state struct
121 struct test_state *state;
125 req = tevent_req_create(mem_ctx, &state, struct test_state);
150 struct test_state *state;
153 state = tevent_req_data(req, struct test_state);
176 struct test_state *state;
178 state = tevent_req_data(req, struct test_state);
/sssd/src/tests/cmocka/
H A Dtest_authtok.c33 struct test_state { struct
39 struct test_state *ts = NULL;
43 ts = talloc(global_talloc_context, struct test_state);
56 struct test_state *ts = talloc_get_type_abort(*state, struct test_state);
68 struct test_state *ts = talloc_get_type_abort(*state, struct test_state);
98 struct test_state *ts;
101 ts = talloc_get_type_abort(*state, struct test_state);
140 struct test_state *t
[all...]
H A Dtest_cert_utils.c155 struct test_state { struct
161 struct test_state *ts = NULL;
165 ts = talloc(global_talloc_context, struct test_state);
175 struct test_state *ts = talloc_get_type_abort(*state, struct test_state);
190 struct test_state *ts = talloc_get_type_abort(*state, struct test_state);
210 struct test_state *ts = talloc_get_type_abort(*state, struct test_state);
229 struct test_state *t
[all...]
H A Dtest_negcache.c93 struct test_state { struct
102 struct test_state *ts;
104 ts = talloc(NULL, struct test_state);
117 struct test_state *ts = talloc_get_type_abort(*state, struct test_state);
147 struct test_state *ts;
151 ts = talloc_get_type_abort(*state, struct test_state);
206 struct test_state *ts;
209 ts = talloc_get_type_abort(*state, struct test_state);
241 struct test_state *t
[all...]

Completed in 13 milliseconds