Home
last modified time | relevance | path

Searched refs:bv_val (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/ypldap/
H A Dber.h29 void *bv_val; member
33 #define be_val be_union.bv_val
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c231 bv[i]->bv_val = (void *)value; in LDAP_addmod_len()
327 memcpy(*ptr, vals[0]->bv_val, vals[0]->bv_len); in LDAP_get_string_value()
381 return (v->bv_len == len) && strncasecmp(str, (char *)v->bv_val, len) == 0;
1030 decode_Key((unsigned char *) keys[i]->bv_val, in LDAP_message2entry()
1076 memcpy(buf, vals[i]->bv_val, vals[i]->bv_len); in LDAP_message2entry()
/freebsd/crypto/heimdal/lib/kadm5/
H A Dad.c186 ccred.bv_val = out.tb_data; in ldap_tsasl_bind_s()
204 memcpy(in.tb_data, scred->bv_val, scred->bv_len); in ldap_tsasl_bind_s()