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

/sssd-io/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-io/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.c169 struct test_state { struct
175 struct test_state *ts = NULL;
179 ts = talloc(global_talloc_context, struct test_state);
189 struct test_state *ts = talloc_get_type_abort(*state, struct test_state);
204 struct test_state *ts = talloc_get_type_abort(*state, struct test_state);
224 struct test_state *ts = talloc_get_type_abort(*state, struct test_state);
252 struct test_state *t
[all...]
H A Dtest_negcache.c92 struct test_state { struct
101 struct test_state *ts;
103 ts = talloc(NULL, struct test_state);
116 struct test_state *ts = talloc_get_type_abort(*state, struct test_state);
146 struct test_state *ts;
150 ts = talloc_get_type_abort(*state, struct test_state);
205 struct test_state *ts;
208 ts = talloc_get_type_abort(*state, struct test_state);
240 struct test_state *t
[all...]

Completed in 25 milliseconds