Home
last modified time | relevance | path

Searched refs:num_values (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libadutils/common/
H A Dadutils.c1064 for (j = 0; j < ap->num_values; j++) in free_entry()
1194 ap->num_values = 1; in make_entry()
1195 ap->attr_values = calloc(ap->num_values, sizeof (*ap->attr_values)); in make_entry()
1197 ap->num_values = 0; in make_entry()
1216 ap->num_values = ldap_count_values_len(bvalues); in make_entry()
1217 if (ap->num_values == 0) { in make_entry()
1222 ap->attr_values = calloc(ap->num_values, in make_entry()
1225 ap->num_values = 0; in make_entry()
1228 for (j = 0; j < ap->num_values; j++) { in make_entry()
1242 ap->num_values = ldap_count_values(strvalues); in make_entry()
[all …]
H A Dadutils_impl.h79 uint_t num_values; member
/titanic_50/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c1048 free_trusted_forests(idmap_trustedforest_t **value, int *num_values) in free_trusted_forests() argument
1052 for (i = 0; i < *num_values; i++) { in free_trusted_forests()
1059 *num_values = 0; in free_trusted_forests()
/titanic_50/usr/src/uts/common/smbsrv/ndl/
H A Dwinreg.ndl314 OUT DWORD num_values;