Searched refs:bv_val (Results 1 – 8 of 8) sorted by relevance
256 berval->bv_val = val; in bvdup()257 memcpy( val, bv->bv_val, bv->bv_len ); in bvdup()428 if (control->ldctl_value.bv_val) in controlAtoW()442 controlW->ldctl_value.bv_val = val; in controlAtoW()454 if (control->ldctl_value.bv_val) in controlWtoA()468 controlA->ldctl_value.bv_val = val; in controlWtoA()480 if (control->ldctl_value.bv_val) in controlWtoU()494 controlU->ldctl_value.bv_val = val; in controlWtoU()506 if (control->ldctl_value.bv_val) in controlUtoW()520 controlW->ldctl_value.bv_val = val; in controlUtoW()[all …]
117 pwd.bv_val = credU; in ldap_bindW()209 pwd.bv_val = credU; in ldap_bind_sW()327 credU.bv_val = cred->bv_val; in ldap_sasl_bindW()447 credU.bv_val = cred->bv_val; in ldap_sasl_bind_sW()538 pwd.bv_val = passwdU; in ldap_simple_bindW()631 pwd.bv_val = passwdU; in ldap_simple_bind_sW()
279 if ((dst->bv_val = heap_alloc( src->bv_len ))) in bv_val_dup()281 memcpy( dst->bv_val, src->bv_val, src->bv_len ); in bv_val_dup()
124 val.bv_val = valueU; in ldap_compareW()257 val.bv_val = valueU; in ldap_compare_extW()393 val.bv_val = valueU; in ldap_compare_ext_sW()504 val.bv_val = valueU; in ldap_compare_sW()
105 memcpy( val, berval->bv_val, len ); in create_page_control()116 ctrl->ldctl_value.bv_val = val; in create_page_control()
161 memcpy( str, bv->bv_val, len ); in bv2str()
190 PCHAR bv_val; member
34 char *bv_val; member