Lines Matching defs:ndn
68 struct berval dn, *ndn = &op->o_req_ndn;
104 AC_MEMCPY( dest, ndn->bv_val + pmatch[i].rm_so, len );
133 struct berval ndn = BER_BVNULL;
159 rc = variant_build_dn( op, vai, nmatch, pmatch, &ndn );
164 ndn = vai->dn;
172 db = select_backend( &ndn, 0 );
175 rc = be_entry_get_rw( op, &ndn, NULL, vai->alternative, 0, &e );
178 op, &ndn, NULL, vai->alternative, 0, &e, on );
207 if ( backend_access( op, e, &ndn, vai->alternative, &nvals[i],
236 ch_free( ndn.bv_val );
246 struct berval *ndn,
260 dnMatch( &diff, 0, NULL, NULL, ndn, &vei->dn );
270 if ( regexec( vei->regex, ndn->bv_val, nmatch, pmatch, 0 ) ) {
1070 struct berval dn, ndn;
1094 rc = dnNormalize( 0, NULL, NULL, &dn, &ndn, NULL );
1101 ca->value_ndn = ndn;
1104 ch_free( ndn.bv_val );