Lines Matching refs:bv
611 struct berval bv, *bvals;
619 rc = ldap_get_dn_ber(li->ld, msg, &ber, &bv);
622 for(rc = ldap_get_attribute_ber(li->ld, msg, ber, &bv, &bvals);
624 rc = ldap_get_attribute_ber(li->ld, msg, ber, &bv, &bvals)) {
627 if(!bv.bv_val)
701 struct berval *bv = NULL;
707 rc = ldap_parse_sasl_bind_result(li->ld, msg, &bv, 0);
716 if(bv)
717 ber_bvfree(bv);
983 struct berval bv, *bvals;
1039 rc = ldap_get_dn_ber(li->ld, msg, &ber, &bv);
1045 result = client_write(data, STRCONST("DN: "), bv.bv_val, bv.bv_len,
1050 for(rc = ldap_get_attribute_ber(li->ld, msg, ber, &bv, &bvals);
1052 rc = ldap_get_attribute_ber(li->ld, msg, ber, &bv, &bvals)) {
1055 if(!bv.bv_val)
1059 result = client_write(data, STRCONST("\t"), bv.bv_val, bv.bv_len,
1066 binary = bv.bv_len > 7 &&
1067 !strncmp(bv.bv_val + bv.bv_len - 7, ";binary", 7);
1072 result = client_write(data, STRCONST("\t"), bv.bv_val, bv.bv_len,