Home
last modified time | relevance | path

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

/netbsd/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Doperation.c100 for ( i = 0; i < SLAP_OP_LAST; i++ ) { in monitor_subsys_ops_init()
162 for ( i = 0; i < SLAP_OP_LAST; i++ ) { in monitor_subsys_ops_destroy()
208 for ( i = 0; i < SLAP_OP_LAST; i++ ) { in monitor_subsys_ops_update()
225 if ( i == SLAP_OP_LAST ) { in monitor_subsys_ops_update()
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dinit.c311 for ( i = 0; i < SLAP_OP_LAST; i++ ) { in slap_counters_init()
330 for ( i = 0; i < SLAP_OP_LAST; i++ ) { in slap_counters_destroy()
H A Doperation.c256 return SLAP_OP_LAST; in slap_req2op()
H A Dconnection.c958 for ( i = 0; i < SLAP_OP_LAST; i++ ) { in conn_counter_destroy()
998 assert( opidx != SLAP_OP_LAST ); in connection_op_finish()
1024 slap_op_t opidx = SLAP_OP_LAST; in connection_operation()
1113 assert( opidx != SLAP_OP_LAST ); in connection_operation()
1132 } else if ( opidx != SLAP_OP_LAST ) { in connection_operation()
H A Dtxn.c261 assert( opidx != SLAP_OP_LAST ); in txn_end_extop()
H A Dslap.h2553 SLAP_OP_LAST enumerator
2566 ldap_pvt_mp_t sc_ops_completed_[SLAP_OP_LAST];
2567 ldap_pvt_mp_t sc_ops_initiated_[SLAP_OP_LAST];
/netbsd/external/bsd/openldap/dist/tests/progs/
H A Dslapd-watcher.c76 SLAP_OP_LAST enumerator
99 unsigned long ops[SLAP_OP_LAST];
232 for ( j = 0; j<SLAP_OP_LAST; j++ ) in display()
238 for ( j = 0; j<SLAP_OP_LAST; j++ ) in display()
254 for ( j = 0; j<SLAP_OP_LAST; j++ ) { in display()
374 } while ( op < SLAP_OP_LAST ); in get_counters()
/netbsd/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dinit.c190 for ( i = 0; i < SLAP_OP_LAST; i++ ) { in ldap_back_db_init()
363 for ( i = 0; i < SLAP_OP_LAST; i++ ) { in ldap_back_db_destroy()
H A Dback-ldap.h418 time_t li_timeout[ SLAP_OP_LAST ];
421 ldap_pvt_mp_t li_ops_completed[SLAP_OP_LAST];
H A Dconfig.c1231 for ( i = 0; i < SLAP_OP_LAST; i++ ) { in ldap_back_cf_gen()
1237 if ( i == SLAP_OP_LAST ) { in ldap_back_cf_gen()
1475 for ( i = 0; i < SLAP_OP_LAST; i++ ) { in ldap_back_cf_gen()
1839 for ( j = 0; j < SLAP_OP_LAST; j++ ) { in ldap_back_cf_gen()
H A Ddistproc.c849 for ( t = 0; t < SLAP_OP_LAST; t++ ) { in ldap_distproc_db_init_one()
H A Dmonitor.c785 for ( op = 0; op < SLAP_OP_LAST; op++ ) in ldap_back_monitor_ops_init()
H A Dchain.c2109 for ( t = 0; t < SLAP_OP_LAST; t++ ) { in ldap_chain_db_init_one()
/netbsd/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dconfig.c1184 for ( i = 0; i < SLAP_OP_LAST; i++ ) { in asyncmeta_back_cf_gen()
1190 if ( i == SLAP_OP_LAST ) { in asyncmeta_back_cf_gen()
1606 for ( i = 0; i < SLAP_OP_LAST; i++ ) { in asyncmeta_back_cf_gen()
2276 for ( j = 0; j < SLAP_OP_LAST; j++ ) { in asyncmeta_back_cf_gen()
H A Dinit.c157 for ( i = 0; i < SLAP_OP_LAST; i++ ) { in asyncmeta_back_db_init()
H A Dback-asyncmeta.h244 time_t mc_timeout[ SLAP_OP_LAST ];
/netbsd/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dback-meta.h307 time_t mc_timeout[ SLAP_OP_LAST ];
H A Dconfig.c1295 for ( i = 0; i < SLAP_OP_LAST; i++ ) { in meta_back_cf_gen()
1301 if ( i == SLAP_OP_LAST ) { in meta_back_cf_gen()
1724 for ( i = 0; i < SLAP_OP_LAST; i++ ) { in meta_back_cf_gen()
2463 for ( j = 0; j < SLAP_OP_LAST; j++ ) { in meta_back_cf_gen()
/netbsd/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c2809 if ( type != SLAP_OP_LAST ) { in pcache_op_privdb()