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

/sssd-io/src/providers/ldap/
H A Dsdap_async_groups.c1792 struct sdap_get_groups_state { struct
1841 struct sdap_get_groups_state *state;
1844 req = tevent_req_create(memctx, &state, struct sdap_get_groups_state);
1909 struct sdap_get_groups_state *state;
1914 state = tevent_req_data(req, struct sdap_get_groups_state);
1937 struct sdap_get_groups_state *state;
1941 state = tevent_req_data(req, struct sdap_get_groups_state);
1987 static void sdap_search_group_copy_batch(struct sdap_get_groups_state *state,
1996 struct sdap_get_groups_state *state =
1997 tevent_req_data(req, struct sdap_get_groups_state);
[all...]

Completed in 318 milliseconds