Searched defs:_type (Results 1 - 3 of 3) sorted by relevance
| /sssd/src/responder/ifp/ |
| H A D | ifp_components.c | 80 enum component_type *_type, 136 if (_type != NULL) { 137 *_type = type; 77 check_and_get_component_from_path(TALLOC_CTX *mem_ctx, struct confdb_ctx *confdb, const char *path, enum component_type *_type, char **_name) argument
|
| /sssd/src/providers/ldap/ |
| H A D | sdap_async_initgroups_ad.c | 1548 enum sysdb_member_type *_type, 1717 *_type = type; 1542 sdap_ad_get_domain_local_groups_parse_parents(TALLOC_CTX *mem_ctx, struct sdap_nested_group *gr, struct sss_domain_info *dom, struct sysdb_ctx *sysdb, struct sdap_options *opts, const char **_sysdb_name, enum sysdb_member_type *_type, char ***_add_list, char ***_del_list) argument
|
| H A D | sdap_async_nested_groups.c | 133 enum sdap_nested_group_dn_type *_type); 452 enum sdap_nested_group_dn_type *_type) 488 *_type = SDAP_NESTED_GROUP_DN_USER; 501 *_type = SDAP_NESTED_GROUP_DN_GROUP; 2180 enum sdap_nested_group_dn_type *_type) 2193 if (_type != NULL) { 2194 *_type = state->type; 449 sdap_nested_group_check_cache(struct sdap_options *opts, struct sss_domain_info *domain, const char *member_dn, enum sdap_nested_group_dn_type *_type) argument 2177 sdap_nested_group_lookup_unknown_recv(TALLOC_CTX *mem_ctx, struct tevent_req *req, struct sysdb_attrs **_entry, enum sdap_nested_group_dn_type *_type) argument
|
Completed in 38 milliseconds