Home
last modified time | relevance | path

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

/reactos/dll/win32/wldap32/
H A Dwldap32.h256 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 …]
H A Dbind.c117 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()
H A Dcontrol.c279 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()
H A Dcompare.c124 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()
H A Dpage.c105 memcpy( val, berval->bv_val, len ); in create_page_control()
116 ctrl->ldctl_value.bv_val = val; in create_page_control()
H A Dvalue.c161 memcpy( str, bv->bv_val, len ); in bv2str()
H A Dwinldap_private.h190 PCHAR bv_val; member
/reactos/sdk/include/psdk/
H A Dwinber.h34 char *bv_val; member