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

/sssd/src/providers/ldap/
H A Dsdap_id_op.c54 * This member is cleared when sdap_id_op_connect_state
365 struct sdap_id_op_connect_state { struct
376 struct sdap_id_op_connect_state *state = talloc_get_type(pvt,
377 struct sdap_id_op_connect_state);
392 struct sdap_id_op_connect_state *state;
409 req = tevent_req_create(memctx, &state, struct sdap_id_op_connect_state);
454 struct sdap_id_op_connect_state *state =
455 tevent_req_data(req, struct sdap_id_op_connect_state);
763 struct sdap_id_op_connect_state *state;
771 state = tevent_req_data(req, struct sdap_id_op_connect_state);
[all...]

Completed in 11 milliseconds