Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Ddatabase.c50 } restricted_ops[] = { variable
82 for ( i = 0; restricted_ops[ i ].op.bv_val; i++ ) { in init_restrictedOperation()
83 if ( restrictops & restricted_ops[ i ].tag ) { in init_restrictedOperation()
85 &restricted_ops[ i ].op, in init_restrictedOperation()
86 &restricted_ops[ i ].op ); in init_restrictedOperation()
626 rops = restricted_ops; in value_mask()
884 for ( i = 0; !BER_BVISNULL( &restricted_ops[ i ].op ); i++ ) { in monitor_subsys_database_modify()
885 if ( rp_delete & restricted_ops[ i ].tag ) { in monitor_subsys_database_modify()
891 if ( !bvmatch( &a->a_nvals[ j ], &restricted_ops[ i ].op ) ) { in monitor_subsys_database_modify()
945 for ( i = 0; !BER_BVISNULL( &restricted_ops[ i ].op ); i++ ) { in monitor_subsys_database_modify()
[all …]