Lines Matching refs:bvalues
55 static char *adutils_sid_ber2str(BerValue *bvalues);
63 char *(*ber2str)(BerValue *bvalues);
1141 BerValue **bvalues = NULL; in make_entry() local
1212 bvalues = in make_entry()
1214 if (bvalues == NULL) in make_entry()
1216 ap->num_values = ldap_count_values_len(bvalues); in make_entry()
1218 ldap_value_free_len(bvalues); in make_entry()
1219 bvalues = NULL; in make_entry()
1230 binattrs[b].ber2str(bvalues[j]); in make_entry()
1234 ldap_value_free_len(bvalues); in make_entry()
1235 bvalues = NULL; in make_entry()
1255 ldap_value_free_len(bvalues); in make_entry()