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

/sssd-io/src/providers/ldap/
H A Dsdap_async_connection.c907 struct sasl_bind_state { struct
927 struct sasl_bind_state *state;
932 req = tevent_req_create(memctx, &state, struct sasl_bind_state);
1001 struct sasl_bind_state *state = talloc_get_type(defaults,
1002 struct sasl_bind_state);
2185 struct sasl_bind_state *sasl_bind_state; local
2244 sasl_bind_state = talloc_zero(tmp_ctx, struct sasl_bind_state);
2245 if (sasl_bind_state
[all...]

Completed in 17 milliseconds