Home | History | Annotate | Download | only in back-dnssrv

Lines Matching defs:bv

143 		struct berval bv;
144 bv.bv_val = refdn;
145 bv.bv_len = strlen( refdn );
147 rc = dnNormalize( 0, NULL, NULL, &bv, &nrefdn, op->o_tmpmemctx );
189 struct berval bv;
191 bv.bv_val = domain;
193 p = strchr( bv.bv_val, '.' );
195 if ( p == bv.bv_val ) {
196 bv.bv_len = 1;
199 bv.bv_len = p - bv.bv_val;
202 bv.bv_len = strlen( bv.bv_val );
205 attr_merge_normalize_one( &e, ad_dc, &bv, NULL );
209 struct berval bv;
211 ber_str2bv( domain, 0, 0, &bv );
212 attr_merge_normalize_one( &e, ad_associatedDomain, &bv, NULL );