| /src/external/bsd/openldap/dist/libraries/libldap/ |
| dntest.c | 280 } else if ( a->la_value.bv_len != a2->la_value.bv_len ) { 283 a->la_value.bv_len, a2->la_value.bv_len ); 284 } else if ( memcmp( a->la_value.bv_val, a2->la_value.bv_val, a->la_value.bv_len ) ) {
|
| dnssrv.c | 75 ava->la_value.bv_len && 81 ava->la_value.bv_len + 1); 89 AC_MEMCPY( domain.bv_val, ava->la_value.bv_val, 90 ava->la_value.bv_len ); 92 domain.bv_len = ava->la_value.bv_len; 97 ava->la_value.bv_len + sizeof(".") + domain.bv_len ); 106 ava->la_value.bv_val, ava->la_value.bv_len ); 107 domain.bv_len += ava->la_value.bv_len;
|
| getdn.c | 252 vl = 1 + 2 * ava->la_value.bv_len; 255 if ( strval2strlen( &ava->la_value, 283 if ( binval2hexstr( &ava->la_value, &str[ al ] ) ) { 288 if ( strval2str( &ava->la_value, &str[ al ], 588 ava->la_value = *val; 610 LDAP_FREEX( ava->la_value.bv_val, ctx ); 2513 if ( ldif_is_not_printable( ava->la_value.bv_val, ava->la_value.bv_len ) ) { 2522 AC_MEMCPY( str, ava->la_value.bv_val, 2523 ava->la_value.bv_len + 1) [all...] |
| tls2.c | 1655 to_utf8: rc = ldap_ucs_to_utf8s( &Val, csize, &newAVA->la_value ); 1667 newAVA->la_value = Val; 1671 rc = der_to_ldap_BitString( &Val, &newAVA->la_value ); 1680 newAVA->la_value = Val; 1702 LDAP_FREE( baseAVA->la_value.bv_val );
|
| /src/external/bsd/openldap/dist/libraries/librewrite/ |
| escapemap.c | 72 .la_value = *input, 125 if ( ber_dupbv( output, &dn[0][0]->la_value ) == NULL ) {
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| dn.c | 113 &ava->la_value ); 334 ava->la_value.bv_len 335 ? &ava->la_value 349 ava->la_value.bv_len 350 ? &ava->la_value 368 ava->la_value.bv_len 369 ? &ava->la_value 381 ber_memfree_x( ava->la_value.bv_val, ctx ); 382 ava->la_value = bv; 386 if (!ava->la_value.bv_len) [all...] |
| modrdn.c | 511 rs->sr_err = mod_op_add_val( op, desc, &new_rdn[a_cnt]->la_value, SLAP_MOD_SOFTADD ); 532 rs->sr_err = mod_op_add_val( op, desc, &old_rdn[d_cnt]->la_value, LDAP_MOD_DELETE );
|
| sasl.c | 1971 AVAs[ irdn ].la_value = *dn; 1981 ber_str2bv( user_realm, 0, 0, &AVAs[ irdn ].la_value ); 1992 AVAs[ irdn ].la_value = *mech; 2002 BER_BVSTR( &AVAs[ irdn ].la_value, "auth" );
|
| schema_check.c | 888 &ava->la_value, NULL, NULL ); 933 attr_merge_normalize_one( e, desc, &ava->la_value, NULL );
|
| filterentry.c | 445 struct berval *bv = &ava->la_value,
|
| bconfig.c | 4830 ber_dupbv( &a->a_vals[0], &ava->la_value ); 4833 rc = attr_normalize_one( ad, &ava->la_value, &a->a_nvals[0], NULL ); 7203 attr_merge_normalize_one(e, ad, &ava->la_value, NULL );
|
| /src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
| config.c | 743 ava->la_value.bv_len 744 ? &ava->la_value 760 ber_memfree( ava->la_value.bv_val ); 762 ava->la_value = bv; 767 ad, &ava->la_value, NULL );
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/ |
| rdnval.c | 250 if ( !rdnval_is_valid( desc, &rdn[ i ]->la_value ) ) { 262 &nrdn[ i ]->la_value, 266 ber_dupbv( &(*valsp)[ *numvalsp ], &rdn[ i ]->la_value ); 267 ber_dupbv( &(*nvalsp)[ *numvalsp ], &nrdn[ i ]->la_value );
|
| /src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| slapi_dn.c | 503 *value = rdn->rdn[index]->la_value.bv_val; 529 &rdn->rdn[i]->la_value, (void *)&bv, &text ) != LDAP_SUCCESS ) 545 *value = rdn->rdn[i]->la_value.bv_val; 623 slapi_ch_free_string( &rdn->rdn[atindex]->la_value.bv_val );
|
| slapi_utils.c | 3133 ber_dupbv( bv, &ava->la_value ); 3198 slapi_attr_value_find( a, &ava->la_value ) == 0 ) 3227 slapi_attr_value_find( a, &ava->la_value ) == 0 ) 3230 vals[0] = &ava->la_value;
|
| /src/external/bsd/openldap/dist/servers/slapd/back-passwd/ |
| search.c | 111 attr_merge_normalize_one( &e, desc, &rdn[0]->la_value, NULL ); 230 pw = getpwnam( rdn[0]->la_value.bv_val );
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| unique.c | 1439 bv[0] = newrdn[i]->la_value; 1471 bv[0] = newrdn[i]->la_value;
|
| autoca.c | 178 ber_put_berval( ber, &ava->la_value, LBER_TAG_UTF8 );
|
| retcode.c | 1308 &ava->la_value, NULL );
|
| /src/external/bsd/openldap/dist/include/ |
| ldap.h | 1697 struct berval la_value; member in struct:ldap_ava
|