Home
last modified time | relevance | path

Searched refs:nrdn (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-monitor/
Drww.c56 struct berval nrdn; member
94 struct berval nrdn, bv; in monitor_subsys_rww_init() local
108 dnRdn( &e->e_nname, &nrdn ); in monitor_subsys_rww_init()
109 ber_dupbv( &monitor_rww[ i ].nrdn, &nrdn ); in monitor_subsys_rww_init()
149 ber_memfree_x( monitor_rww[ i ].nrdn.bv_val, NULL ); in monitor_subsys_rww_destroy()
167 struct berval nrdn; in monitor_subsys_rww_update() local
177 dnRdn( &e->e_nname, &nrdn ); in monitor_subsys_rww_update()
179 for ( i = 0; !BER_BVISNULL( &monitor_rww[ i ].nrdn ); i++ ) { in monitor_subsys_rww_update()
180 if ( dn_match( &nrdn, &monitor_rww[ i ].nrdn ) ) { in monitor_subsys_rww_update()
Dsent.c57 struct berval nrdn; member
97 struct berval nrdn, bv; in monitor_subsys_sent_init() local
114 dnRdn( &e->e_nname, &nrdn ); in monitor_subsys_sent_init()
115 ber_dupbv( &monitor_sent[ i ].nrdn, &nrdn ); in monitor_subsys_sent_init()
155 if ( !BER_BVISNULL( &monitor_sent[ i ].nrdn ) ) { in monitor_subsys_sent_destroy()
156 ch_free( monitor_sent[ i ].nrdn.bv_val ); in monitor_subsys_sent_destroy()
171 struct berval nrdn; in monitor_subsys_sent_update() local
180 dnRdn( &e->e_nname, &nrdn ); in monitor_subsys_sent_update()
183 if ( dn_match( &nrdn, &monitor_sent[ i ].nrdn ) ) { in monitor_subsys_sent_update()
Doperation.c38 struct berval nrdn; member
126 ber_dupbv( &monitor_op[ i ].nrdn, &rdn ); in monitor_subsys_ops_init()
163 if ( !BER_BVISNULL( &monitor_op[ i ].nrdn ) ) { in monitor_subsys_ops_destroy()
164 ch_free( monitor_op[ i ].nrdn.bv_val ); in monitor_subsys_ops_destroy()
209 if ( dn_match( &rdn, &monitor_op[ i ].nrdn ) ) in monitor_subsys_ops_update()
Dthread.c48 struct berval nrdn; member
155 dnRdn( &e->e_nname, &mt[ i ].nrdn ); in monitor_subsys_thread_init()
238 for ( i = 0; !BER_BVISNULL( &mt[ i ].nrdn ); i++ ) { in monitor_subsys_thread_update()
239 if ( dn_match( &mt[ i ].nrdn, &rdn ) ) { in monitor_subsys_thread_update()
245 if ( BER_BVISNULL( &mt[ which ].nrdn ) ) { in monitor_subsys_thread_update()
Dentry.c205 struct berval nrdn; in monitor_entry_stub() local
207 rdnNormalize( 0, NULL, NULL, rdn, &nrdn, NULL ); in monitor_entry_stub()
209 build_new_dn( &e->e_nname, pndn, &nrdn, NULL ); in monitor_entry_stub()
210 ber_memfree( nrdn.bv_val ); in monitor_entry_stub()
Dproto-back-monitor.h239 struct berval *nrdn,
Dinit.c1286 struct berval *nrdn, in monitor_back_unregister_entry_parent() argument
1316 if ( ( nrdn == NULL || BER_BVISNULL( nrdn ) ) in monitor_back_unregister_entry_parent()
1386 && dn_match( nrdn, &elp->el_e->e_nname ) in monitor_back_unregister_entry_parent()
/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/
Drdnval.c192 LDAPRDN rdn = NULL, nrdn = NULL; in rdnval_rdn2vals() local
213 if ( ldap_bv2rdn_x( ndn, &nrdn, in rdnval_rdn2vals()
262 &nrdn[ i ]->la_value, in rdnval_rdn2vals()
267 ber_dupbv( &(*nvalsp)[ *numvalsp ], &nrdn[ i ]->la_value ); in rdnval_rdn2vals()
284 if ( nrdn != NULL ) { in rdnval_rdn2vals()
285 ldap_rdnfree_x( nrdn, op->o_tmpmemctx ); in rdnval_rdn2vals()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Dretcode.c303 struct berval nrdn, npdn; in retcode_op_func() local
370 dnRdn( &op->o_req_ndn, &nrdn ); in retcode_op_func()
376 if ( dn_match( &nrdn, &rdi_nrdn ) ) { in retcode_op_func()
951 struct berval bv, rdn, nrdn; in rc_cf_gen() local
966 rc = dnPrettyNormal( NULL, &bv, &rdn, &nrdn, NULL ); in rc_cf_gen()
976 if ( !dnIsOneLevelRDN( &nrdn ) ) { in rc_cf_gen()
1001 build_new_dn( &rdi.rdi_ndn, &rd->rd_npdn, &nrdn, NULL ); in rc_cf_gen()
1004 ch_free( nrdn.bv_val ); in rc_cf_gen()
Daccesslog.c1348 struct berval rdn, nrdn, timestamp, ntimestamp, bv; in accesslog_entry() local
1356 nrdn.bv_val = nrdnbuf; in accesslog_entry()
1370 strcpy( nrdn.bv_val + STRLENOF(RDNEQ), ntimestamp.bv_val ); in accesslog_entry()
1371 nrdn.bv_len = STRLENOF(RDNEQ)+ntimestamp.bv_len; in accesslog_entry()
1373 build_new_dn( &e->e_nname, li->li_db->be_nsuffix, &nrdn, NULL ); in accesslog_entry()
2357 struct berval rdn, nrdn, attr; in accesslog_db_root() local
2372 dnRdn( &e->e_nname, &nrdn ); in accesslog_db_root()
2384 ptr = ber_bvchr( &nrdn, '=' ); in accesslog_db_root()
2385 nrdn.bv_len -= ptr - nrdn.bv_val + 1; in accesslog_db_root()
2386 nrdn.bv_val = ptr+1; in accesslog_db_root()
[all …]
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dsyncrepl.c2910 prdn = BER_BVNULL, nrdn = BER_BVNULL, in syncrepl_message_to_op() local
3126 if ( rdnNormalize( 0, NULL, NULL, &rdn, &nrdn, NULL ) ) { in syncrepl_message_to_op()
3140 op->orr_nnewrdn = nrdn; in syncrepl_message_to_op()
3195 if ( !BER_BVISNULL( &nrdn ) ) { in syncrepl_message_to_op()
3196 ch_free( nrdn.bv_val ); in syncrepl_message_to_op()
Dbconfig.c4960 struct berval rdn, nrdn; in config_rename_kids() local
4965 dnRdn ( &ce2->ce_entry->e_nname, &nrdn ); in config_rename_kids()
4967 build_new_dn( &newndn, &ce->ce_entry->e_nname, &nrdn, NULL ); in config_rename_kids()