Lines Matching defs:sasl_bind_state
907 struct sasl_bind_state {
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;
2244 sasl_bind_state = talloc_zero(tmp_ctx, struct sasl_bind_state);
2245 if (sasl_bind_state == NULL) {
2250 sasl_bind_state->sasl_user = dp_opt_get_string(p->opts->basic,
2256 sasl_bind_state);