Searched defs:attr_count (Results 1 - 4 of 4) sorted by relevance
/sssd-io/src/util/ |
H A D | sss_ini.c | 423 int attr_count; local 477 &attr_count, &ret); 483 for (j = 0; j < attr_count; j++) {
|
/sssd-io/src/providers/ldap/ |
H A D | ldap_common.c | 754 size_t attr_count = 0; local 771 &expected_attrs, &attr_count); 779 missing = talloc_array(tmp_ctx, char *, attr_count + 2); 787 for (i = 0; i < attr_count; i++) {
|
H A D | sdap.c | 1488 size_t *attr_count) 1524 if (attr_count) *attr_count = j; 1483 build_attrs_from_map(TALLOC_CTX *memctx, struct sdap_attr_map *map, size_t size, const char **filter, const char ***_attrs, size_t *attr_count) argument
|
/sssd-io/src/db/ |
H A D | sysdb.c | 1003 int attr_count, 1020 list = talloc_array(mem_ctx, char *, attr_count+1); 1027 for (attr_idx = 0; attr_idx < attr_count; attr_idx++) { 1053 /* if list_idx < attr_count, do a realloc to 1056 if (list_idx < attr_count) { 1470 size_t attr_count, 1481 list = talloc_array(mem_ctx, char *, attr_count+1); 1487 for (i = 0; i < attr_count; i++) { 1528 size_t attr_count, 1533 attr_count, ldap_att 1001 sysdb_attrs_to_list(TALLOC_CTX *mem_ctx, struct sysdb_attrs **attrs, int attr_count, const char *attr_name, char ***_list) argument 1467 _sysdb_attrs_primary_name_list(struct sss_domain_info *domain, TALLOC_CTX *mem_ctx, struct sysdb_attrs **attr_list, size_t attr_count, const char *ldap_attr, bool qualify_names, char ***name_list) argument 1525 sysdb_attrs_primary_name_list(struct sss_domain_info *domain, TALLOC_CTX *mem_ctx, struct sysdb_attrs **attr_list, size_t attr_count, const char *ldap_attr, char ***name_list) argument 1537 sysdb_attrs_primary_fqdn_list(struct sss_domain_info *domain, TALLOC_CTX *mem_ctx, struct sysdb_attrs **attr_list, size_t attr_count, const char *ldap_attr, char ***name_list) argument [all...] |
Completed in 17 milliseconds