Searched refs:nbv (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A DmatchedValues.c318 struct berval nbv = BER_BVNULL; local
326 bv, &nbv, op->o_tmpmemctx ) != LDAP_SUCCESS )
333 nbv = *bv;
337 &nbv, &assertedValue, &text );
339 if ( nbv.bv_val != bv->bv_val ) {
340 op->o_tmpfree( nbv.bv_val, op->o_tmpmemctx );
H A Dfilterentry.c280 struct berval nbv = BER_BVNULL; local
308 bv, &nbv, memctx ) != LDAP_SUCCESS )
315 nbv = *bv;
319 SLAP_MR_EXT, &nbv, &mra->ma_value, &text );
321 if ( nbv.bv_val != bv->bv_val ) {
322 memfree( nbv.bv_val, memctx );
390 struct berval nbv = BER_BVNULL; local
398 bv, &nbv, memctx ) != LDAP_SUCCESS )
405 nbv = *bv;
409 SLAP_MR_EXT, &nbv,
447 nbv = BER_BVNULL; local
[all...]
H A Daci.c1340 struct berval nbv; local
1342 rc = OpenLDAPaciNormalizeRight( &bv, &nbv, ctx );
1350 *nactions = nbv;
1355 + nbv.bv_len + 1,
1359 nbv.bv_val, nbv.bv_len + 1 );
1360 ber_memfree_x( nbv.bv_val, ctx );
1361 nactions->bv_len += STRLENOF( "$" ) + nbv.bv_len;
1363 BER_BVZERO( &nbv );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dcollect.c281 struct berval bv, nbv; local
286 nbv = a->a_nvals[a->a_numvals-1];
292 a->a_nvals[j] = nbv;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dmonitor.c483 struct berval bv, nbv; local
515 attr_normalize_one( ad_olmDbDirectory, &bv, &nbv, NULL );
522 if ( BER_BVISNULL( &nbv ) ) {
527 next->a_nvals[ 0 ] = nbv;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dentry-id.c810 struct berval nbv; local
815 &bv, &nbv,
838 ber_dupbv( &attr->a_nvals[ j ], &nbv );
839 bsi->bsi_op->o_tmpfree( nbv.bv_val,
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dpam.c580 struct berval timestamp, bv[2], *nbv; local
660 attr_normalize( ad_loginStatus, bv, &nbv, op->o_tmpmemctx );
661 mod.sml_nvalues = nbv;
687 ber_bvarray_free_x( nbv, op->o_tmpmemctx );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dndbio.cpp930 struct berval nbv; local
981 attr_normalize_one( a->a_desc, bv, &nbv, NULL );
983 if ( !BER_BVISNULL( &nbv )) {
984 ber_bvarray_add_x( &a->a_nvals, &nbv, NULL );

Completed in 506 milliseconds