Searched refs:slap_true_bv (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | globals.c | 41 const struct berval slap_true_bv = BER_BVC("TRUE"); variable
|
| D | operational.c | 82 val = hs ? slap_true_bv : slap_false_bv; in slap_operational_hasSubordinate()
|
| D | compare.c | 264 asserted = bvmatch( &ava->aa_value, &slap_true_bv ) in fe_op_compare()
|
| D | filterentry.c | 571 hs = slap_true_bv; in test_ava_filter()
|
| D | proto-slap.h | 1170 LDAP_SLAPD_V( const struct berval ) slap_true_bv;
|
| D | schema_init.c | 1717 if( bvmatch( in, &slap_true_bv ) ) { in booleanValidate()
|
| D | syncrepl.c | 2992 if ( !ber_bvstrcasecmp( &slap_true_bv, bvals ) ) { in syncrepl_message_to_op()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
| D | database.c | 72 (struct berval *)&slap_true_bv : (struct berval *)&slap_false_bv; in init_readOnly() 251 SLAP_SHADOW( be ) ? (struct berval *)&slap_true_bv : in monitor_subsys_database_init_one() 711 if ( bvmatch( &slap_true_bv, mod->sm_values )) { in monitor_subsys_database_modify() 855 tf = (struct berval *)&slap_true_bv; in monitor_subsys_database_modify()
|
| D | overlay.c | 96 on->on_bi.bi_cf_ocs ? (struct berval *)&slap_true_bv : in monitor_subsys_overlay_init()
|
| D | backend.c | 108 (struct berval *)&slap_true_bv, NULL ); in monitor_subsys_backend_init()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| D | ppolicy.c | 1045 pp->pwdLockout = bvmatch( &a->a_nvals[0], &slap_true_bv ); in ppolicy_get() 1049 pp->pwdMustChange = bvmatch( &a->a_nvals[0], &slap_true_bv ); in ppolicy_get() 1053 pp->pwdAllowUserChange = bvmatch( &a->a_nvals[0], &slap_true_bv ); in ppolicy_get() 1057 pp->pwdSafeModify = bvmatch( &a->a_nvals[0], &slap_true_bv ); in ppolicy_get() 1665 bvmatch( &a->a_nvals[0], &slap_true_bv ) ) in ppolicy_bind_response() 2081 bvmatch( &a->a_nvals[0], &slap_true_bv ) ) in ppolicy_account_usability_entry_cb() 2721 if ((!pa || !bvmatch( &pa->a_nvals[0], &slap_true_bv )) && in ppolicy_modify() 2934 … ber_dupbv( &mods->sml_values[0], (struct berval *)&slap_true_bv ); in ppolicy_modify() 2935 … ber_dupbv( &mods->sml_nvalues[0], (struct berval *)&slap_true_bv ); in ppolicy_modify()
|
| D | accesslog.c | 1174 if ( !bvmatch( &bv, &slap_true_bv ) && !bvmatch( &bv, &slap_false_bv ) ) in logSchemaControlValidate() 1788 (struct berval *)&slap_true_bv : (struct berval *)&slap_false_bv, in accesslog_response() 1817 (struct berval *)&slap_true_bv : (struct berval *)&slap_false_bv, in accesslog_response()
|
| D | retcode.c | 598 if ( bvmatch( &a->a_nvals[ 0 ], &slap_true_bv ) ) { in retcode_entry_response()
|
| D | unique.c | 659 struct berval bv = legacy->strict ? slap_true_bv : slap_false_bv; in unique_cf_strict()
|