Searched refs:map_num_attrs (Results 1 - 4 of 4) sorted by relevance
/sssd-io/src/providers/ldap/ |
H A D | sdap_ops.c | 36 int map_num_attrs; member in struct:sdap_search_bases_ex_state 95 for (state->map_num_attrs = 0; 96 state->map[state->map_num_attrs].opt_name != NULL; 97 state->map_num_attrs++) { 101 state->map_num_attrs = 0; 105 ret = build_attrs_from_map(state, state->map, state->map_num_attrs, 158 state->map_num_attrs, state->timeout,
|
H A D | sdap_async.h | 216 int map_num_attrs, 237 int map_num_attrs,
|
H A D | sdap_async.c | 1695 int map_num_attrs; member in struct:sdap_get_and_parse_generic_state 1715 int map_num_attrs, 1733 state->map_num_attrs = map_num_attrs; 1771 state->map, state->map_num_attrs, 1834 int map_num_attrs, 1847 map, map_num_attrs, 1706 sdap_get_and_parse_generic_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct sdap_options *opts, struct sdap_handle *sh, const char *search_base, int scope, const char *filter, const char **attrs, struct sdap_attr_map *map, int map_num_attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, int sizelimit, int timeout, bool allow_paging) argument 1825 sdap_get_generic_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct sdap_options *opts, struct sdap_handle *sh, const char *search_base, int scope, const char *filter, const char **attrs, struct sdap_attr_map *map, int map_num_attrs, int timeout, bool allow_paging) argument
|
/sssd-io/src/tests/cmocka/ |
H A D | common_mock_sdap.c | 93 int map_num_attrs, 84 sdap_get_generic_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sdap_options *opts, struct sdap_handle *sh, const char *search_base, int scope, const char *filter, const char **attrs, struct sdap_attr_map *map, int map_num_attrs, int timeout, bool allow_paging) argument
|
Completed in 15 milliseconds