Home
last modified time | relevance | path

Searched refs:ndn (Results 176 – 200 of 834) sorted by relevance

12345678910>>...34

/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Dslapacl.c135 struct berval ndn; in slapacl() local
137 rc = dnNormalize( 0, NULL, NULL, &authcDN, &ndn, NULL ); in slapacl()
146 authcDN = ndn; in slapacl()
169 struct berval ndn; in slapacl() local
171 rc = dnNormalize( 0, NULL, NULL, &authzDN, &ndn, NULL ); in slapacl()
180 authzDN = ndn; in slapacl()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/
H A Dslapacl.c135 struct berval ndn; in slapacl() local
137 rc = dnNormalize( 0, NULL, NULL, &authcDN, &ndn, NULL ); in slapacl()
146 authcDN = ndn; in slapacl()
169 struct berval ndn; in slapacl() local
171 rc = dnNormalize( 0, NULL, NULL, &authzDN, &ndn, NULL ); in slapacl()
180 authzDN = ndn; in slapacl()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/back-ldap/
H A Dextended.c122 ndn = op->o_req_ndn; in ldap_back_exop_passwd() local
127 if ( BER_BVISNULL( &ndn ) && op->ore_reqdata != NULL ) { in ldap_back_exop_passwd()
166 &ndn, op->o_tmpmemctx ); in ldap_back_exop_passwd()
176 ndn = op->o_ndn; in ldap_back_exop_passwd()
180 isproxy = ber_bvcmp( &ndn, &op->o_ndn ); in ldap_back_exop_passwd()
276 op->o_tmpfree( ndn.bv_val, op->o_tmpmemctx ); in ldap_back_exop_passwd()
/dports/math/R-cran-memisc/memisc/R/
H A Drelabel.R92 ndn <- names(dn) functionVar
94 ndn <- relabel1(ndn,...,gsub=gsub,fixed=fixed,warn=warn)
95 names(dn) <- ndn
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/back-wt/
H A Did2entry.c274 struct berval *ndn, in wt_entry_get() argument
287 "wt_entry_get: ndn: \"%s\"\n", ndn->bv_val ); in wt_entry_get()
298 rc = wt_dn2entry(op->o_bd, wc, ndn, &e); in wt_entry_get()
305 ndn->bv_val ); in wt_entry_get()
315 "wt_entry_get: found entry: \"%s\"\n", ndn->bv_val ); in wt_entry_get()
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/back-wt/
H A Did2entry.c274 struct berval *ndn, in wt_entry_get() argument
287 "wt_entry_get: ndn: \"%s\"\n", ndn->bv_val ); in wt_entry_get()
298 rc = wt_dn2entry(op->o_bd, wc, ndn, &e); in wt_entry_get()
305 ndn->bv_val ); in wt_entry_get()
315 "wt_entry_get: found entry: \"%s\"\n", ndn->bv_val ); in wt_entry_get()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/back-wt/
H A Did2entry.c274 struct berval *ndn, in wt_entry_get() argument
287 "wt_entry_get: ndn: \"%s\"\n", ndn->bv_val ); in wt_entry_get()
298 rc = wt_dn2entry(op->o_bd, wc, ndn, &e); in wt_entry_get()
305 ndn->bv_val ); in wt_entry_get()
315 "wt_entry_get: found entry: \"%s\"\n", ndn->bv_val ); in wt_entry_get()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/back-wt/
H A Did2entry.c274 struct berval *ndn, in wt_entry_get() argument
287 "wt_entry_get: ndn: \"%s\"\n", ndn->bv_val ); in wt_entry_get()
298 rc = wt_dn2entry(op->o_bd, wc, ndn, &e); in wt_entry_get()
305 ndn->bv_val ); in wt_entry_get()
315 "wt_entry_get: found entry: \"%s\"\n", ndn->bv_val ); in wt_entry_get()
/dports/net/openldap25-client/openldap-2.5.9/contrib/slapd-modules/variant/
H A Dvariant.c63 struct berval dn, *ndn = &op->o_req_ndn; in variant_build_dn() local
128 struct berval ndn = BER_BVNULL; in variant_build_entry() local
159 ndn = vai->dn; in variant_build_entry()
167 db = select_backend( &ndn, 0 ); in variant_build_entry()
173 op, &ndn, NULL, vai->alternative, 0, &e, on ); in variant_build_entry()
231 ch_free( ndn.bv_val ); in variant_build_entry()
241 struct berval *ndn, in variant_find_config() argument
255 dnMatch( &diff, 0, NULL, NULL, ndn, &vei->dn ); in variant_find_config()
1053 struct berval dn, ndn; in variant_add_alt_attr() local
1084 ca->value_ndn = ndn; in variant_add_alt_attr()
[all …]
/dports/net/openldap25-server/openldap-2.5.9/contrib/slapd-modules/variant/
H A Dvariant.c63 struct berval dn, *ndn = &op->o_req_ndn; in variant_build_dn() local
128 struct berval ndn = BER_BVNULL; in variant_build_entry() local
159 ndn = vai->dn; in variant_build_entry()
167 db = select_backend( &ndn, 0 ); in variant_build_entry()
173 op, &ndn, NULL, vai->alternative, 0, &e, on ); in variant_build_entry()
231 ch_free( ndn.bv_val ); in variant_build_entry()
241 struct berval *ndn, in variant_find_config() argument
255 dnMatch( &diff, 0, NULL, NULL, ndn, &vei->dn ); in variant_find_config()
1053 struct berval dn, ndn; in variant_add_alt_attr() local
1084 ca->value_ndn = ndn; in variant_add_alt_attr()
[all …]
/dports/net/openldap26-client/openldap-2.6.0/contrib/slapd-modules/variant/
H A Dvariant.c63 struct berval dn, *ndn = &op->o_req_ndn; in variant_build_dn() local
128 struct berval ndn = BER_BVNULL; in variant_build_entry() local
159 ndn = vai->dn; in variant_build_entry()
167 db = select_backend( &ndn, 0 ); in variant_build_entry()
173 op, &ndn, NULL, vai->alternative, 0, &e, on ); in variant_build_entry()
231 ch_free( ndn.bv_val ); in variant_build_entry()
241 struct berval *ndn, in variant_find_config() argument
255 dnMatch( &diff, 0, NULL, NULL, ndn, &vei->dn ); in variant_find_config()
1047 struct berval dn, ndn; in variant_add_alt_attr() local
1078 ca->value_ndn = ndn; in variant_add_alt_attr()
[all …]
/dports/net/openldap26-server/openldap-2.6.0/contrib/slapd-modules/variant/
H A Dvariant.c63 struct berval dn, *ndn = &op->o_req_ndn; in variant_build_dn() local
128 struct berval ndn = BER_BVNULL; in variant_build_entry() local
159 ndn = vai->dn; in variant_build_entry()
167 db = select_backend( &ndn, 0 ); in variant_build_entry()
173 op, &ndn, NULL, vai->alternative, 0, &e, on ); in variant_build_entry()
231 ch_free( ndn.bv_val ); in variant_build_entry()
241 struct berval *ndn, in variant_find_config() argument
255 dnMatch( &diff, 0, NULL, NULL, ndn, &vei->dn ); in variant_find_config()
1047 struct berval dn, ndn; in variant_add_alt_attr() local
1078 ca->value_ndn = ndn; in variant_add_alt_attr()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/pspw/makepsi/
H A Dwvfnc_ionize.F182 > dn_orbs,ndn)
186 integer dn_orbs(*),ndn
199 do i=1,ndn
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/pspw/makepsi/
H A Dwvfnc_ionize.F182 > dn_orbs,ndn)
186 integer dn_orbs(*),ndn
199 do i=1,ndn
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/pspw/lib/exchange-correlation/
H A Dpw92c.f84 real*8 ndn
110 ndn = dn_in(i,2)+ETA
115 n = nup+ndn
116 zet = (nup-ndn)/n
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/back-monitor/
H A Dentry.c73 struct berval *ndn, in monitor_entry_create() argument
90 rc = mp->mp_info->mss_create( op, rs, ndn, e_parent, ep ); in monitor_entry_create()
227 struct berval *ndn in monitor_entry_get_unlocked() argument
233 if ( !monitor_cache_get( mi, ndn, &ret )) in monitor_entry_get_unlocked()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/back-monitor/
H A Dentry.c73 struct berval *ndn, in monitor_entry_create() argument
90 rc = mp->mp_info->mss_create( op, rs, ndn, e_parent, ep ); in monitor_entry_create()
227 struct berval *ndn in monitor_entry_get_unlocked() argument
233 if ( !monitor_cache_get( mi, ndn, &ret )) in monitor_entry_get_unlocked()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/pspw/lib/exchange-correlation/
H A Dpw92c.f84 real*8 ndn
110 ndn = dn_in(i,2)+ETA
115 n = nup+ndn
116 zet = (nup-ndn)/n
/dports/science/tfel-edf/tfel-3.2.1/tests/Material/
H A DIsotropicCazacuYieldTest.cxx137 st2tost2 ndn; in test2() local
146 ndn(j,i) = (n_p(j)-n_m(j))/(2*e); in test2()
151 const auto error = std::abs(ndn(i,j)-dn(i,j)); in test2()
155 << ndn(i,j) << " vs " << dn(i,j) << " " in test2()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/back-monitor/
H A Dentry.c73 struct berval *ndn, in monitor_entry_create() argument
90 rc = mp->mp_info->mss_create( op, rs, ndn, e_parent, ep ); in monitor_entry_create()
227 struct berval *ndn in monitor_entry_get_unlocked() argument
233 if ( !monitor_cache_get( mi, ndn, &ret )) in monitor_entry_get_unlocked()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/back-monitor/
H A Dentry.c73 struct berval *ndn, in monitor_entry_create() argument
90 rc = mp->mp_info->mss_create( op, rs, ndn, e_parent, ep ); in monitor_entry_create()
227 struct berval *ndn in monitor_entry_get_unlocked() argument
233 if ( !monitor_cache_get( mi, ndn, &ret )) in monitor_entry_get_unlocked()
/dports/science/tfel/tfel-3.4.0/tests/Material/
H A DIsotropicCazacuYieldTest.cxx137 st2tost2 ndn; in test2() local
146 ndn(j,i) = (n_p(j)-n_m(j))/(2*e); in test2()
151 const auto error = std::abs(ndn(i,j)-dn(i,j)); in test2()
155 << ndn(i,j) << " vs " << dn(i,j) << " " in test2()
/dports/net/ldapdiff/ldapdiff-1.4.1/
H A Dldapmisc.c34 char *ndn; in ldifnormalizedn() local
43 if((rc = ldap_dn2str(ldn,&ndn,LDAP_DN_FORMAT_LDAPV3)) != LDAP_SUCCESS){ in ldifnormalizedn()
50 if(strcasecmp(dn,ndn) != 0){ in ldifnormalizedn()
51 ldiflog(LOG2,"warning: dn normalized [%s]->[%s]",dn,ndn); in ldifnormalizedn()
53 return ndn; in ldifnormalizedn()
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Dfrontend.c49 struct berval *ndn, in fe_entry_get_rw() argument
59 op->o_bd = select_backend( ndn, 0 ); in fe_entry_get_rw()
62 rc = op->o_bd->be_fetch( op, ndn, oc, at, rw, e ); in fe_entry_get_rw()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/
H A Dfrontend.c49 struct berval *ndn, in fe_entry_get_rw() argument
59 op->o_bd = select_backend( ndn, 0 ); in fe_entry_get_rw()
62 rc = op->o_bd->be_fetch( op, ndn, oc, at, rw, e ); in fe_entry_get_rw()

12345678910>>...34