Home
last modified time | relevance | path

Searched refs:nbase (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dinit.c632 struct berval *nbase, in monitor_back_register_entry_parent() argument
643 BER_BVISNULL( nbase ) ? "" : nbase->bv_val, in monitor_back_register_entry_parent()
673 if ( monitor_search2ndn( nbase, scope, filter, &ndn ) ) { in monitor_back_register_entry_parent()
679 nbase->bv_val ? nbase->bv_val : "\"\"", in monitor_back_register_entry_parent()
807 if ( !BER_BVISNULL( nbase ) ) { in monitor_back_register_entry_parent()
808 ber_dupbv( &el.el_nbase, nbase ); in monitor_back_register_entry_parent()
871 struct berval *nbase, in monitor_search2ndn() argument
903 if ( nbase == NULL || BER_BVISNULL( nbase ) ) { in monitor_search2ndn()
910 if ( dnPrettyNormal( NULL, nbase, &op->o_req_dn, &op->o_req_ndn, in monitor_search2ndn()
984 struct berval *nbase, in monitor_back_register_entry_attrs() argument
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Ddn.c1218 dnIsWithinScope( struct berval *ndn, struct berval *nbase, int scope ) in dnIsWithinScope() argument
1221 assert( nbase != NULL ); in dnIsWithinScope()
1223 assert( !BER_BVISNULL( nbase ) ); in dnIsWithinScope()
1231 if ( ndn->bv_len != nbase->bv_len ) { in dnIsWithinScope()
1239 if ( pndn.bv_len != nbase->bv_len ) { in dnIsWithinScope()
1245 if ( ndn->bv_len == nbase->bv_len ) { in dnIsWithinScope()
1265 dnIsSuffixScope( struct berval *ndn, struct berval *nbase, int scope ) in dnIsSuffixScope() argument
1267 if ( !dnIsSuffix( ndn, nbase ) ) { in dnIsSuffixScope()
1271 return dnIsWithinScope( ndn, nbase, scope ); in dnIsSuffixScope()
H A Dbackend.c1520 struct berval bv, nbase; in fe_acl_group() local
1538 BER_BVZERO( &nbase ); in fe_acl_group()
1549 if ( dnNormalize( 0, NULL, NULL, &bv, &nbase, in fe_acl_group()
1557 if ( !dn_match( &nbase, op_ndn ) ) { in fe_acl_group()
1563 if ( !dn_match( &nbase, &bv ) ) { in fe_acl_group()
1568 if ( !dnIsSuffix( op_ndn, &nbase ) ) { in fe_acl_group()
1573 if ( dn_match( &nbase, op_ndn ) || in fe_acl_group()
1574 !dnIsSuffix( op_ndn, &nbase ) ) in fe_acl_group()
1619 if ( !BER_BVISNULL( &nbase ) ) { in fe_acl_group()
1620 op->o_tmpfree( nbase.bv_val, op->o_tmpmemctx ); in fe_acl_group()
H A Dslapcommon.c790 struct berval nbase; in slap_tool_init() local
792 rc = dnNormalize( 0, NULL, NULL, &base, &nbase, NULL ); in slap_tool_init()
799 be = select_backend( &nbase, 0 ); in slap_tool_init()
800 ber_memfree( nbase.bv_val ); in slap_tool_init()
801 BER_BVZERO( &nbase ); in slap_tool_init()
H A Dsaslauthz.c924 struct berval *nbase, in slap_parseURI() argument
938 BER_BVZERO( nbase ); in slap_parseURI()
1022 rc = dnNormalize( 0, NULL, NULL, &bv, nbase, op->o_tmpmemctx ); in slap_parseURI()
1027 ber_dupbv_x( nbase, &bv, op->o_tmpmemctx ); in slap_parseURI()
1033 ber_dupbv_x( nbase, &bv, op->o_tmpmemctx ); in slap_parseURI()
1081 realm.bv_val, nbase, SLAP_GETDN_AUTHZID ); in slap_parseURI()
1136 rc = dnNormalize( 0, NULL, NULL, &group_dn, nbase, op->o_tmpmemctx ); in slap_parseURI()
1142 ber_dupbv_x( nbase, &group_dn, op->o_tmpmemctx ); in slap_parseURI()
1232 rc = dnNormalize( 0, NULL, NULL, base, nbase, op->o_tmpmemctx ); in slap_parseURI()
1234 ber_dupbv_x( nbase, base, op->o_tmpmemctx ); in slap_parseURI()
H A Dproto-slap.h994 struct berval *ndn, struct berval *nbase, int scope ));
997 struct berval *ndn, struct berval *nbase, int scope ));
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Ddynlist.c1043 struct berval bv, nbase; in dynlist_search1resp() local
1069 if ( dnNormalize( 0, NULL, NULL, &bv, &nbase, op->o_tmpmemctx ) != LDAP_SUCCESS ) in dynlist_search1resp()
1072 ludp->lud_dn = ldap_strdup( nbase.bv_val ); in dynlist_search1resp()
1073 op->o_tmpfree( nbase.bv_val, op->o_tmpmemctx ); in dynlist_search1resp()
1075 ludp->lud_port = nbase.bv_len; in dynlist_search1resp()
1124 struct berval bv, nbase; in dynlist_filter_dyngroup() local
1138 if ( dnNormalize( 0, NULL, NULL, &bv, &nbase, op->o_tmpmemctx ) != LDAP_SUCCESS ) in dynlist_filter_dyngroup()
1143 op->o_tmpfree( nbase.bv_val, op->o_tmpmemctx ); in dynlist_filter_dyngroup()
1173 dnf->f_av_value = nbase; in dynlist_filter_dyngroup()
1178 dnf->f_mr_value = nbase; in dynlist_filter_dyngroup()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drecog.c1555 int nbase = 0, n, i; in decode_asm_operands() local
1579 nbase = 1; in decode_asm_operands()
1607 nbase = i; in decode_asm_operands()
1626 operand_locs[nbase + i] = &ASM_OPERANDS_INPUT (asmop, i); in decode_asm_operands()
1628 operands[nbase + i] = ASM_OPERANDS_INPUT (asmop, i); in decode_asm_operands()
1630 constraints[nbase + i] = ASM_OPERANDS_INPUT_CONSTRAINT (asmop, i); in decode_asm_operands()
1632 modes[nbase + i] = ASM_OPERANDS_INPUT_MODE (asmop, i); in decode_asm_operands()
1634 nbase += n; in decode_asm_operands()
1640 operand_locs[nbase + i] = &ASM_OPERANDS_LABEL (asmop, i); in decode_asm_operands()
1642 operands[nbase + i] = ASM_OPERANDS_LABEL (asmop, i); in decode_asm_operands()
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dsearch.c142 struct berval *nbase, in backsql_init_search() argument
155 bsi->bsi_base_ndn = nbase; in backsql_init_search()
305 rc = backsql_dn2id( op, rs, dbh, nbase, &bsi->bsi_base_id, in backsql_init_search()
315 if ( dn_match( nbase, &bsi->bsi_base_id.eid_ndn ) ) in backsql_init_search()
2010 struct berval nbase = BER_BVNULL; in backsql_search() local
2547 if ( !BER_BVISNULL( &nbase ) in backsql_search()
2548 && nbase.bv_val != op->o_req_ndn.bv_val ) in backsql_search()
2550 ch_free( nbase.bv_val ); in backsql_search()
H A Dproto-sql.h178 struct berval *nbase, int scope,
/netbsd-src/sys/arch/mac68k/mac68k/
H A Dmacrom.c1133 mrg_fixupROMBase(void *obase, void *nbase) in mrg_fixupROMBase() argument
1140 newbase = (u_int32_t) nbase; in mrg_fixupROMBase()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-general.cc2522 int nbase = lto_symtab_encoder_lookup (encoder, entryp->base); in omp_lto_output_declare_variant_alt() local
2523 gcc_assert (nbase != LCC_NOT_FOUND); in omp_lto_output_declare_variant_alt()
2524 streamer_write_hwi_stream (ob->main_stream, nbase); in omp_lto_output_declare_variant_alt()
H A Dipa-modref.cc3570 size_t nbase = streamer_read_uhwi (ib); in read_modref_records() local
3572 gcc_assert (!every_base || nbase == 0); in read_modref_records()
3580 for (size_t i = 0; i < nbase; i++) in read_modref_records()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c7323 tree nbase = TYPE_PTRMEM_CLASS_TYPE (type); in convert_ptrmem() local
7325 (obase, nbase, in convert_ptrmem()
7331 if (!same_type_p (obase, nbase)) in convert_ptrmem()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc7844 tree nbase = TYPE_PTRMEM_CLASS_TYPE (type); in convert_ptrmem() local
7846 (obase, nbase, in convert_ptrmem()
7852 if (!same_type_p (obase, nbase)) in convert_ptrmem()