HomeSort by: relevance | last modified time | path
    Searched refs:o_req_ndn (Results 1 - 25 of 118) sorted by relevancy

1 2 3 4 5

  /src/external/bsd/openldap/dist/contrib/slapd-modules/trace/
trace.c 101 BER_BVISNULL( &op->o_req_ndn ) ? "(null)" : op->o_req_ndn.bv_val,
109 BER_BVISNULL( &op->o_req_ndn ) ? "(null)" : op->o_req_ndn.bv_val );
128 BER_BVISNULL( &op->o_req_ndn ) ? "(null)" : op->o_req_ndn.bv_val,
163 BER_BVISNULL( &op->o_req_ndn ) ? "(null)" : op->o_req_ndn.bv_val,
  /src/external/bsd/openldap/dist/servers/slapd/
delete.c 70 rs->sr_err = dnPrettyNormal( NULL, &dn, &op->o_req_dn, &op->o_req_ndn,
82 if( op->o_req_ndn.bv_len == 0 ) {
90 } else if ( bvmatch( &op->o_req_ndn, &frontendDB->be_schemandn ) ) {
113 op->o_tmpfree( op->o_req_ndn.bv_val, op->o_tmpmemctx );
128 op->o_bd = select_backend( &op->o_req_ndn, 1 );
150 op->o_bd = select_backend( &op->o_req_ndn, 0 );
189 org_req_ndn = op->o_req_ndn;
201 if ( !be_issuffix( op->o_bd, &op->o_req_ndn )) {
204 dnParent( &op->o_req_ndn, &pdn );
206 op->o_req_ndn = pdn
    [all...]
modrdn.c 141 rs->sr_err = dnPrettyNormal( NULL, &dn, &op->o_req_dn, &op->o_req_ndn, op->o_tmpmemctx );
181 dnParent( &op->o_req_ndn, &dest_pndn );
213 op->o_tmpfree( op->o_req_ndn.bv_val, op->o_tmpmemctx );
241 if( op->o_req_ndn.bv_len == 0 ) {
248 } else if ( bvmatch( &op->o_req_ndn, &frontendDB->be_schemandn ) ) {
257 diff = (ber_slen_t) op->orr_nnewDN.bv_len - (ber_slen_t) op->o_req_ndn.bv_len;
258 if ( diff > 0 ? dnIsSuffix( &op->orr_nnewDN, &op->o_req_ndn )
259 : diff < 0 && dnIsSuffix( &op->o_req_ndn, &op->orr_nnewDN ) )
272 op->o_bd = select_backend( &op->o_req_ndn, 1 );
294 op->o_bd = select_backend( &op->o_req_ndn, 0 )
    [all...]
bind.c 162 rs->sr_err = dnPrettyNormal( NULL, &dn, &op->o_req_dn, &op->o_req_ndn,
225 if( !BER_BVISNULL( &op->o_req_ndn ) ) {
226 slap_sl_free( op->o_req_ndn.bv_val, op->o_tmpmemctx );
227 BER_BVZERO( &op->o_req_ndn );
306 if ( BER_BVISEMPTY( &op->orb_cred ) || BER_BVISEMPTY( &op->o_req_ndn ) ) {
315 } else if ( !BER_BVISEMPTY( &op->o_req_ndn ) &&
349 op->o_protocol, op->o_req_ndn.bv_val );
370 if ( (op->o_bd = select_backend( &op->o_req_ndn, 0 )) == NULL ) {
473 op2.o_req_ndn = op->o_conn->c_ndn;
531 ber_dupbv( &op->o_conn->c_ndn, &op->o_req_ndn );
    [all...]
compare.c 90 rs->sr_err = dnPrettyNormal( NULL, &dn, &op->o_req_dn, &op->o_req_ndn,
140 op->o_tmpfree( op->o_req_ndn.bv_val, op->o_tmpmemctx );
155 if( strcasecmp( op->o_req_ndn.bv_val, LDAP_ROOT_DSE ) == 0 ) {
167 } else if ( bvmatch( &op->o_req_ndn, &frontendDB->be_schemandn ) ) {
202 op->o_bd = select_backend( &op->o_req_ndn, 0 );
247 rc = be_entry_get_rw( op, &op->o_req_ndn, NULL, NULL, 0, &entry );
276 if ( backend_access( op, NULL, &op->o_req_ndn,
312 rs->sr_err = backend_attribute( op, NULL, &op->o_req_ndn,
318 if ( backend_access( op, NULL, &op->o_req_ndn,
search.c 118 rs->sr_err = dnPrettyNormal( NULL, &base, &op->o_req_dn, &op->o_req_ndn, op->o_tmpmemctx );
282 if ( !BER_BVISNULL( &op->o_req_ndn ) ) {
283 slap_sl_free( op->o_req_ndn.bv_val, op->o_tmpmemctx );
306 if ( BER_BVISEMPTY( &op->o_req_ndn ) ) {
321 } else if ( bvmatch( &op->o_req_ndn, &frontendDB->be_schemandn ) ) {
368 if( BER_BVISEMPTY( &op->o_req_ndn ) && !BER_BVISEMPTY( &default_search_nbase ) ) {
370 slap_sl_free( op->o_req_ndn.bv_val, op->o_tmpmemctx );
373 ber_dupbv_x( &op->o_req_ndn, &default_search_nbase, op->o_tmpmemctx );
382 op->o_bd = select_backend( &op->o_req_ndn, 1 );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/allop/
allop.c 176 if ( !BER_BVISEMPTY( &op->o_req_ndn )
183 if ( !dnIsSuffix( &op->o_req_ndn, &ao->ao_ndn ) ) {
189 if ( op->o_req_ndn.bv_len != ao->ao_ndn.bv_len ) {
196 struct berval rdn = op->o_req_ndn;
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
seqmod.c 52 rc = m1->mt_op->o_req_ndn.bv_len - m2->mt_op->o_req_ndn.bv_len;
55 return ber_bvcmp( &m1->mt_op->o_req_ndn, &m2->mt_op->o_req_ndn );
dds.c 154 op->o_req_ndn = op->o_bd->be_nsuffix[ 0 ];
226 op->o_req_ndn = de->de_ndn;
365 if ( !dn_match( &op->o_req_ndn, &op->o_bd->be_nsuffix[ 0 ] ) ) {
371 dnParent( &op->o_req_ndn, &p_ndn );
407 if ( !be_isroot_dn( op->o_bd, &op->o_req_ndn ) ) {
472 rs->sr_err = be_entry_get_rw( op, &op->o_req_ndn,
526 rs->sr_err = be_entry_get_rw( op, &op->o_req_ndn,
603 rs->sr_err = backend_attribute( op, NULL, &op->o_req_ndn,
630 rs->sr_err = backend_attribute( op, NULL, &op->o_req_ndn,
668 rs->sr_err = backend_attribute( op, NULL, &op->o_req_ndn,
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
modify.c 54 op->o_req_ndn.bv_val );
70 rs->sr_err = backsql_init_search( &bsi, &op->o_req_ndn,
81 dn_match( &op->o_req_ndn, &bsi.bsi_e->e_nname ) )
compare.c 67 rc = backsql_init_search( &bsi, &op->o_req_ndn, LDAP_SCOPE_BASE,
76 dn_match( &op->o_req_ndn, &bsi.bsi_e->e_nname ) )
bind.c 75 rc = backsql_init_search( &bsi, &op->o_req_ndn, LDAP_SCOPE_BASE,
  /src/external/bsd/openldap/dist/contrib/slapd-modules/variant/
variant.c 68 struct berval dn, *ndn = &op->o_req_ndn;
295 "dn=%s\n", op->o_req_ndn.bv_val );
298 op, ov, &op->o_req_ndn, VARIANT_INFO_ALL, &vei, 0, NULL );
333 "dn=%s\n", op->o_req_ndn.bv_val );
336 op, ov, &op->o_req_ndn, VARIANT_INFO_ALL, &vei, nmatch, pmatch );
340 rc = variant_build_entry( op, vei, &op->o_req_ndn, &e, nmatch, pmatch );
369 dnMatch( &diff, 0, NULL, NULL, (struct berval *)&left->o_req_ndn,
370 (void *)&right->o_req_ndn );
389 op->o_req_ndn.bv_val );
420 ch_free( ((Operation *)op)->o_req_ndn.bv_val )
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-passwd/
search.c 79 if ( be_issuffix( op->o_bd, &op->o_req_ndn ) ) {
92 e.e_nname.bv_val = ch_strdup( op->o_req_ndn.bv_val );
93 e.e_nname.bv_len = op->o_req_ndn.bv_len;
198 if (! be_issuffix( op->o_bd, &op->o_req_ndn ) ) {
199 dnParent( &op->o_req_ndn, &parent );
208 if( dnIsSuffix( &op->o_req_ndn, &op->o_bd->be_nsuffix[i] ) ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
delete.c 83 if ( !be_issuffix( op->o_bd, &op->o_req_ndn ) ) {
84 dnParent( &op->o_req_ndn, &pdn );
104 rc = wt_dn2aentry(op->o_bd, wc, &op->o_req_ndn, &e);
141 rc = wt_dn2entry(op->o_bd, wc, &op->o_req_ndn, &e);
162 rc = wt_dn2aentry(op->o_bd, wc, &op->o_req_ndn, &e);
315 rc = wt_dn2id_delete( op, wc, &op->o_req_ndn);
compare.c 56 rc = wt_dn2entry(op->o_bd, wc, &op->o_req_ndn, &e);
71 rc = wt_dn2aentry(op->o_bd, wc, &op->o_req_ndn, &e);
  /src/external/bsd/openldap/dist/servers/slapd/back-perl/
search.c 47 XPUSHs(sv_2mortal(newSVpv( op->o_req_ndn.bv_val , op->o_req_ndn.bv_len)));
  /src/external/bsd/openldap/dist/servers/slapd/back-dnssrv/
search.c 55 if ( BER_BVISEMPTY( &op->o_req_ndn ) ) {
155 if( !dn_match( &nrefdn, &op->o_req_ndn ) ) {
178 e.e_nname.bv_val = ch_strdup( op->o_req_ndn.bv_val );
179 e.e_nname.bv_len = op->o_req_ndn.bv_len;
  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
compare.c 42 monitor_cache_dn2entry( op, rs, &op->o_req_ndn, &e, &matched );
modify.c 49 monitor_cache_dn2entry( op, rs, &op->o_req_ndn, &e, &matched );
  /src/external/bsd/openldap/dist/servers/slapd/back-sock/
bind.c 49 e.e_nname = op->o_req_ndn;
delete.c 48 e.e_nname = op->o_req_ndn;
compare.c 50 e.e_nname = op->o_req_ndn;
modrdn.c 48 e.e_nname = op->o_req_ndn;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/
autogroup.c 152 o.o_req_ndn = age->age_ndn;
209 o.o_req_ndn = age->age_ndn;
283 o.o_req_ndn = age->age_ndn;
340 o.o_req_ndn = age->age_ndn;
524 o.o_req_ndn = agf->agf_ndn;
574 o.o_req_ndn = age->age_ndn;
831 if ( dnIsSuffixScope( &op->o_req_ndn, &agf->agf_ndn, agf->agf_scope ) ) {
993 if ( dn_match( &op->o_req_ndn, &age->age_ndn )) {
1018 if ( dnIsSuffixScope( &op->o_req_ndn, &agf->agf_ndn, agf->agf_scope ) ) {
1075 if ( dn_match( &op->o_req_ndn, &age->age_ndn ))
    [all...]

Completed in 35 milliseconds

1 2 3 4 5