Home
last modified time | relevance | path

Searched refs:berval (Results 1 – 11 of 11) sorted by relevance

/reactos/dll/win32/wldap32/
H A Dber.c75 BERVAL * CDECL WLDAP32_ber_bvdup( BERVAL *berval ) in WLDAP32_ber_bvdup() argument
78 return ber_bvdup( berval ); in WLDAP32_ber_bvdup()
100 void CDECL WLDAP32_ber_bvecfree( PBERVAL *berval ) in WLDAP32_ber_bvecfree() argument
103 ber_bvecfree( berval ); in WLDAP32_ber_bvecfree()
123 void CDECL WLDAP32_ber_bvfree( BERVAL *berval ) in WLDAP32_ber_bvfree() argument
126 ber_bvfree( berval ); in WLDAP32_ber_bvfree()
177 return ber_flatten( berelement, berval ); in WLDAP32_ber_flatten()
226 return ber_init( berval ); in WLDAP32_ber_init()
368 struct berval **array = va_arg( list, struct berval ** ); in WLDAP32_ber_printf()
469 struct berval **ptr = va_arg( list, struct berval ** ); in WLDAP32_ber_scanf()
[all …]
H A Dwldap32.h246 static inline struct berval *bvdup( struct berval *bv ) in bvdup()
248 struct berval *berval; in bvdup() local
253 char *val = (char *)berval + sizeof(struct berval); in bvdup()
256 berval->bv_val = val; in bvdup()
259 return berval; in bvdup()
264 struct berval **p = bv; in bvarraylen()
269 static inline struct berval **bvarraydup( struct berval **bv ) in bvarraydup()
271 struct berval **berval = NULL; in bvarraydup() local
280 struct berval **q = berval; in bvarraydup()
286 return berval; in bvarraydup()
[all …]
H A Dvalue.c61 ret = ldap_count_values_len( (struct berval **)vals ); in WLDAP32_ldap_count_values_len()
154 static char *bv2str( struct berval *bv ) in bv2str()
167 static char **bv2str_array( struct berval **bv ) in bv2str_array()
170 struct berval **p = bv; in bv2str_array()
222 struct berval **bv; in ldap_get_valuesW()
297 struct berval **ret; in ldap_get_values_lenW()
333 ldap_value_free_len( (struct berval **)vals ); in WLDAP32_ldap_value_free_len()
H A Dpage.c80 struct berval *berval, null_cookie = { 0, NULL }; in create_page_control() local
92 ret = ber_flatten( ber, &berval ); in create_page_control()
102 if (!(val = heap_alloc( berval->bv_len ))) return WLDAP32_LDAP_NO_MEMORY; in create_page_control()
104 len = berval->bv_len; in create_page_control()
105 memcpy( val, berval->bv_val, len ); in create_page_control()
106 ber_bvfree( berval ); in create_page_control()
H A Dbind.c98 struct berval pwd = { 0, NULL }; in ldap_bindW()
191 struct berval pwd = { 0, NULL }; in ldap_bind_sW()
301 struct berval credU; in ldap_sasl_bindW()
421 struct berval credU; in ldap_sasl_bind_sW()
450 serverctrlsU, clientctrlsU, (struct berval **)serverdata )); in ldap_sasl_bind_sW()
520 struct berval pwd = { 0, NULL }; in ldap_simple_bindW()
614 struct berval pwd = { 0, NULL }; in ldap_simple_bind_sW()
H A Dcompare.c101 struct berval val = { 0, NULL }; in ldap_compareW()
232 struct berval val = { 0, NULL }; in ldap_compare_extW()
269 … ret = map_error( ldap_compare_ext( ld, dn ? dnU : "", attrU, data ? (struct berval *)data : &val, in ldap_compare_extW()
369 struct berval val = { 0, NULL }; in ldap_compare_ext_sW()
406 data ? (struct berval *)data : &val, in ldap_compare_ext_sW()
482 struct berval val = { 0, NULL }; in ldap_compare_sW()
H A Dextended.c161 ret = map_error( ldap_extended_operation( ld, oid ? oidU : "", (struct berval *)data, in ldap_extended_operationW()
278 …ret = map_error( ldap_extended_operation_s( ld, oid ? oidU : "", (struct berval *)data, serverctrl… in ldap_extended_operation_sW()
279 … clientctrlsU, &retoidU, (struct berval **)retdata )); in ldap_extended_operation_sW()
H A Dparse.c100 … ret = map_error( ldap_parse_extended_result( ld, result, &oidU, (struct berval **)data, free ) ); in ldap_parse_extended_resultW()
445 (struct berval **)context, errcode ))) in ldap_parse_vlv_controlW()
462 (struct berval **)context, errcode ))) in ldap_parse_vlv_controlW()
H A Dwinldap_private.h138 struct berval **modv_bvals;
147 struct berval **modv_bvals;
/reactos/sdk/include/psdk/
H A Dwinldap.h461 …ed_operation_sA(LDAP*,const PCHAR,const struct berval*,PLDAPControlA*,PLDAPControlA*,PCHAR*,struct…
462 …d_operation_sW(LDAP*,const PWCHAR,const struct berval*,PLDAPControlW*,PLDAPControlW*,PWCHAR*,struc…
469 WINLDAPAPI ULONG ldap_parse_extended_resultA(LDAP,LDAPMessage*,PCHAR*,struct berval**,BOOLEAN);
470 WINLDAPAPI ULONG ldap_parse_extended_resultW(LDAP,LDAPMessage*,PWCHAR*,struct berval**,BOOLEAN);
494 WINLDAPAPI ULONG ldap_count_values_len(struct berval**);
497 WINLDAPAPI ULONG ldap_value_free_len(struct berval**);
510 WINLDAPAPI ULONG ldap_create_page_controlA(PLDAP,ULONG,struct berval*,UCHAR,PLDAPControlA*);
511 WINLDAPAPI ULONG ldap_create_page_controlW(PLDAP,ULONG,struct berval*,UCHAR,PLDAPControlW*);
523 WINLDAPAPI ULONG ldap_parse_page_controlA(PLDAP,PLDAPControlA*,ULONG*,struct berval**);
524 WINLDAPAPI ULONG ldap_parse_page_controlW(PLDAP,PLDAPControlW*,ULONG*,struct berval**);
[all …]
H A Dwinber.h32 typedef struct berval { struct