Lines Matching refs:bvalues
56 static char *adutils_sid_ber2str(BerValue *bvalues);
64 char *(*ber2str)(BerValue *bvalues);
1143 BerValue **bvalues = NULL; in make_entry() local
1214 bvalues = in make_entry()
1216 if (bvalues == NULL) in make_entry()
1218 ap->num_values = ldap_count_values_len(bvalues); in make_entry()
1220 ldap_value_free_len(bvalues); in make_entry()
1221 bvalues = NULL; in make_entry()
1232 binattrs[b].ber2str(bvalues[j]); in make_entry()
1236 ldap_value_free_len(bvalues); in make_entry()
1237 bvalues = NULL; in make_entry()
1257 ldap_value_free_len(bvalues); in make_entry()