Searched refs:return_first_reply (Results 1 - 1 of 1) sorted by relevance

/sssd/src/providers/ldap/
H A Dsdap_ops.c39 bool return_first_reply; member in struct:sdap_search_bases_ex_state
60 bool return_first_reply,
88 state->return_first_reply = return_first_reply;
194 if (state->return_first_reply == false) {
306 bool return_first_reply; member in struct:sdap_deref_bases_ex_state
331 bool return_first_reply,
363 state->return_first_reply = return_first_reply;
445 if (state->return_first_reply
53 sdap_search_bases_ex_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sdap_options *opts, struct sdap_handle *sh, struct sdap_search_base **bases, struct sdap_attr_map *map, bool allow_paging, bool return_first_reply, int timeout, const char *filter, const char **attrs) argument
321 sdap_deref_bases_ex_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sdap_options *opts, struct sdap_handle *sh, struct sdap_search_base **bases, struct sdap_attr_map_info *maps, const char *filter, const char **attrs, const char *deref_attr, unsigned int flags, bool return_first_reply, int timeout) argument
[all...]

Completed in 1152 milliseconds