Lines Matching refs:bvals
951 struct berval **bvals; local
1014 } else if (( bvals = ldap_get_values_len( ld, entry, a )) != NULL ) {
1015 for ( i = 0; bvals[i] != NULL; i++ ) {
1034 } else if ( bvals[ i ]->bv_len > 0 &&
1035 fwrite( bvals[ i ]->bv_val,
1036 bvals[ i ]->bv_len, 1, tmpfp ) == 0 ) {
1064 notascii = !ldaptool_berval_is_ascii( bvals[i] );
1068 write_ldif_value( a, bvals[ i ]->bv_val,
1069 bvals[ i ]->bv_len, 0 );
1072 notascii ? gettext("NOT ASCII") : bvals[ i ]->bv_val );
1076 ber_bvecfree( bvals );