Searched refs:be_nsuffix (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dfrontend.c117 frontendDB->be_nsuffix = ch_calloc( 2, sizeof( struct berval ) );
118 ber_str2bv( "", 0, 1, &frontendDB->be_nsuffix[0] );
119 BER_BVZERO( &frontendDB->be_nsuffix[1] );
H A Dbackglue.c75 assert( gi->gi_n[i].gn_be->be_nsuffix != NULL );
77 if (dnIsSuffix(dn, &gi->gi_n[i].gn_be->be_nsuffix[0])) {
273 assert( gi->gi_n[i].gn_be->be_nsuffix != NULL );
477 if (!dnIsSuffix(&btmp->be_nsuffix[0], &b1->be_nsuffix[0]))
507 assert( op->o_bd->be_nsuffix != NULL );
515 mndn = op->o_req_ndn = op->o_bd->be_nsuffix[0];
527 dn_match(&op->o_bd->be_nsuffix[0], &ndn))
532 dnIsSuffix(&op->o_bd->be_nsuffix[0], &ndn))
536 mndn = op->o_req_ndn = op->o_bd->be_nsuffix[
[all...]
H A Dbackend.c455 ber_bvarray_free( bd->be_nsuffix );
511 ber_bvarray_free( bd->be_nsuffix );
669 if ( be->be_nsuffix == NULL || SLAP_DBHIDDEN( be )) {
673 for ( j = 0; !BER_BVISNULL( &be->be_nsuffix[j] ); j++ )
680 len = be->be_nsuffix[j].bv_len;
697 if ( strcmp( be->be_nsuffix[j].bv_val,
715 if ( be->be_nsuffix == NULL ) {
719 for ( i = 0; !BER_BVISNULL( &be->be_nsuffix[i] ); i++ ) {
720 if ( bvmatch( &be->be_nsuffix[i], bvsuffix ) ) {
735 if ( be->be_nsuffix
[all...]
H A Droot_dse.c253 || be->be_nsuffix == NULL ) {
260 &be->be_nsuffix[0] ) )
269 & be->be_nsuffix[0] ) )
H A Dctxcsn.c171 build_new_dn( &e->e_name, &be->be_nsuffix[0],
H A Dslapcommon.c862 if ( be && be->be_nsuffix ) {
863 ber_dupbv( &sub_ndn, be->be_nsuffix );
979 build_new_dn( &ctxdn, &be->be_nsuffix[0],
982 ctxdn = be->be_nsuffix[0];
H A Daclparse.c201 dn = be->be_nsuffix[0];
221 AC_MEMCPY( dnbuf, be->be_nsuffix[0].bv_val,
222 be->be_nsuffix[0].bv_len );
223 dnbuf[be->be_nsuffix[0].bv_len] = '$';
224 dnbuf[be->be_nsuffix[0].bv_len + 1] = '\0';
237 while ( rebuflen > be->be_nsuffix[0].bv_len && rebuf[rebuflen - 1] == ')' ) {
240 if ( rebuflen == be->be_nsuffix[0].bv_len ) {
1949 if ( be->be_nsuffix == NULL ) {
1954 } else if ( !BER_BVISNULL( &be->be_nsuffix[ 1 ] ) ) {
H A Dslapadd.c118 !BER_BVISEMPTY( be->be_nsuffix ))
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/samba4/
H A Dvernum.c168 if ( be->be_nsuffix == NULL ) {
257 assert( !BER_BVISNULL( &be->be_nsuffix[ 0 ] ) );
259 op->o_bd = select_backend( &be->be_nsuffix[ 0 ], 0 );
261 assert( op->o_bd->be_nsuffix != NULL );
264 op->o_req_ndn = op->o_bd->be_nsuffix[ 0 ];
H A Dpguid.c56 if ( dn_match( &op->o_req_ndn, &op->o_bd->be_nsuffix[0] ) ) {
185 if ( be->be_nsuffix == NULL ) {
298 op->o_bd = select_backend( &be->be_nsuffix[ 0 ], 0 );
301 op->o_req_ndn = op->o_bd->be_nsuffix[ 0 ];
H A Drdnval.c390 if ( be->be_nsuffix == NULL ) {
490 assert( !BER_BVISNULL( &be->be_nsuffix[ 0 ] ) );
492 op->o_bd = select_backend( &be->be_nsuffix[ 0 ], 0 );
494 assert( op->o_bd->be_nsuffix != NULL );
497 op->o_req_ndn = op->o_bd->be_nsuffix[ 0 ];
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-relay/
H A Dinit.c84 if ( c->be->be_nsuffix == NULL ) {
94 if ( !BER_BVISNULL( &c->be->be_nsuffix[ 1 ] ) ) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dmonitor.c455 suffix.bv_len = ldap_bv2escaped_filter_value_len( &be->be_nsuffix[ 0 ] );
456 if ( suffix.bv_len == be->be_nsuffix[ 0 ].bv_len ) {
457 suffix = be->be_nsuffix[ 0 ];
460 ldap_bv2escaped_filter_value( &be->be_nsuffix[ 0 ], &suffix );
485 if ( suffix.bv_val != be->be_nsuffix[ 0 ].bv_val ) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dunique.c210 if ( be->be_nsuffix == NULL ) {
219 if ( !dnIsSuffix ( &uri->ndn, &be->be_nsuffix[0] ) ) {
223 be->be_nsuffix[0].bv_val );
232 be->be_nsuffix[0].bv_val, 0, 0 );
443 if ( be->be_nsuffix == NULL ) {
452 &be->be_nsuffix[0] ) ) {
1176 &op->o_bd->be_nsuffix[0],
1296 &op->o_bd->be_nsuffix[0],
1439 &op->o_bd->be_nsuffix[0],
H A Dconstraint.c455 if (c->be->be_nsuffix == NULL) {
463 for ( j = 0; !BER_BVISNULL(&c->be->be_nsuffix[j]); j++) {
464 if (dnIsSuffix(&ndn, &c->be->be_nsuffix[j])) break;
467 if (BER_BVISNULL(&c->be->be_nsuffix[j])) {
606 nop.o_req_dn = nop.o_bd->be_nsuffix[0];
607 nop.o_req_ndn = nop.o_bd->be_nsuffix[0];
H A Daccesslog.c656 op->o_req_ndn = li->li_db->be_nsuffix[0];
716 op->o_req_ndn = li->li_db->be_nsuffix[0];
752 value_add_one( &c->rvalue_nvals, li->li_db->be_nsuffix );
1314 build_new_dn( &e->e_nname, li->li_db->be_nsuffix, &nrdn, NULL );
2020 && dn_match( &op->o_bd->be_nsuffix[0], &rs->sr_entry->e_nname ) )
2033 &li->li_db->be_nsuffix[0], 1 );
2101 rc = be_entry_get_rw( op, li->li_db->be_nsuffix, NULL, NULL, 0, &e );
2117 ber_dupbv( &e->e_nname, li->li_db->be_nsuffix );
2142 rc = be_entry_get_rw( op, op->o_bd->be_nsuffix, NULL,
2205 ber_dupbv( &li->li_db->be_rootndn, li->li_db->be_nsuffix );
[all...]
H A Drefint.c339 if ( BER_BVISNULL( &be->be_nsuffix[0] ))
341 ber_dupbv( &id->dn, &be->be_nsuffix[0] );
534 op->o_req_ndn = op->o_bd->be_nsuffix[ 0 ];
H A Ddds.c149 op->o_req_ndn = op->o_bd->be_nsuffix[ 0 ];
359 if ( !dn_match( &op->o_req_ndn, &op->o_bd->be_nsuffix[ 0 ] ) ) {
1641 op->o_req_ndn = op->o_bd->be_nsuffix[ 0 ];
1731 di->di_nsuffix = be->be_nsuffix;
H A Dnestedgroup.c161 nop.o_req_ndn = target_bd->be_nsuffix[0];
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-passwd/
H A Dsearch.c202 for( i=0; op->o_bd->be_nsuffix[i].bv_val != NULL; i++ ) {
203 if( dnIsSuffix( &op->o_req_ndn, &op->o_bd->be_nsuffix[i] ) ) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Ddatabase.c167 be->be_suffix, be->be_nsuffix );
243 be->be_suffix, be->be_nsuffix );
245 be->be_suffix, be->be_nsuffix );
261 BackendDB *sup_be = select_backend( &be->be_nsuffix[ 0 ], 1 );
270 sup_be->be_suffix, sup_be->be_nsuffix );
H A Dcache.c310 if ( !dnIsSuffix( ndn, &op->o_bd->be_nsuffix[ 0 ] ) ) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/
H A Dinit.c635 assert( bd->be_nsuffix != NULL );
637 if ( BER_BVISNULL( &bd->be_nsuffix[ 1 ] ) ) {
H A Dconfig.c443 if ( c->be->be_nsuffix == NULL ) {
565 bi->sql_baseObject->e_nname = be->be_nsuffix[0];
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dconfig.c434 if ( be->be_nsuffix == NULL ) {
609 for ( c = 0; !BER_BVISNULL( &be->be_nsuffix[ c ] ); c++ ) {
610 if ( dnIsSuffix( &mt->mt_nsuffix, &be->be_nsuffix[ c ] ) ) {
615 if ( BER_BVISNULL( &be->be_nsuffix[ c ] ) ) {
1599 for ( c = 0; !BER_BVISNULL( &be->be_nsuffix[ c ] ); c++ ) {
1600 if ( dnIsSuffix( &nvnc, &be->be_nsuffix[ 0 ] ) ) {
1605 if ( BER_BVISNULL( &be->be_nsuffix[ c ] ) ) {

Completed in 137 milliseconds

12