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

/sssd/src/providers/ipa/
H A Dipa_netgroups.c691 struct extract_state { struct
702 struct extract_state *state;
707 state = talloc_get_type(pvt, struct extract_state);
746 struct extract_state *state;
760 state = talloc_zero(mem_ctx, struct extract_state);
841 struct extract_state *extract_state; local
859 extract_state = talloc_zero(state, struct extract_state);
860 if (extract_state
[all...]

Completed in 1740 milliseconds