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

/sssd/src/db/
H A Dsysdb_autofs.c187 struct ldb_message **_map)
229 *_map = NULL;
239 *_map = talloc_steal(mem_ctx, msgs[0]);
184 sysdb_get_map_byname(TALLOC_CTX *mem_ctx, struct sss_domain_info *domain, const char *map_name, struct ldb_message **_map) argument
/sssd/src/providers/ldap/
H A Dsdap.c51 struct sdap_attr_map **_map)
87 *_map = map;
155 struct sdap_attr_map **_map,
167 *_map = src_map;
224 *_map = map;
234 struct sdap_attr_map **_map,
243 *_map = src_map;
259 _map, _new_size);
332 struct sdap_attr_map **_map)
385 *_map
48 sdap_copy_map(TALLOC_CTX *memctx, struct sdap_attr_map *src_map, int num_entries, struct sdap_attr_map **_map) argument
151 sdap_extend_map(TALLOC_CTX *memctx, struct sdap_attr_map *src_map, size_t num_entries, char **extra_attrs, struct sdap_attr_map **_map, size_t *_new_size) argument
229 sdap_extend_map_with_list(TALLOC_CTX *mem_ctx, struct sdap_options *opts, int extra_attr_index, struct sdap_attr_map *src_map, size_t num_entries, struct sdap_attr_map **_map, size_t *_new_size) argument
327 sdap_get_map(TALLOC_CTX *memctx, struct confdb_ctx *cdb, const char *conf_path, struct sdap_attr_map *def_map, int num_entries, struct sdap_attr_map **_map) argument
[all...]

Completed in 12 milliseconds