HomeSort by: relevance | last modified time | path
    Searched refs:SLAP_OP_LAST (Results 1 - 19 of 19) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
operation.c 96 for ( i = 0; i < SLAP_OP_LAST; i++ ) {
155 for ( i = 0; i < SLAP_OP_LAST; i++ ) {
201 for ( i = 0; i < SLAP_OP_LAST; i++ ) {
218 if ( i == SLAP_OP_LAST ) {
  /src/external/bsd/openldap/dist/servers/slapd/
init.c 311 for ( i = 0; i < SLAP_OP_LAST; i++ ) {
330 for ( i = 0; i < SLAP_OP_LAST; i++ ) {
operation.c 256 return SLAP_OP_LAST;
connection.c 961 for ( i = 0; i < SLAP_OP_LAST; i++ ) {
1001 assert( opidx != SLAP_OP_LAST );
1029 slap_op_t opidx = SLAP_OP_LAST;
1118 assert( opidx != SLAP_OP_LAST );
1139 } else if ( opidx != SLAP_OP_LAST ) {
txn.c 261 assert( opidx != SLAP_OP_LAST );
slap.h 2569 SLAP_OP_LAST
2582 ldap_pvt_mp_t sc_ops_completed_[SLAP_OP_LAST];
2583 ldap_pvt_mp_t sc_ops_initiated_[SLAP_OP_LAST];
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
init.c 190 for ( i = 0; i < SLAP_OP_LAST; i++ ) {
363 for ( i = 0; i < SLAP_OP_LAST; i++ ) {
back-ldap.h 418 time_t li_timeout[ SLAP_OP_LAST ];
421 ldap_pvt_mp_t li_ops_completed[SLAP_OP_LAST];
config.c 1231 for ( i = 0; i < SLAP_OP_LAST; i++ ) {
1237 if ( i == SLAP_OP_LAST ) {
1475 for ( i = 0; i < SLAP_OP_LAST; i++ ) {
1839 for ( j = 0; j < SLAP_OP_LAST; j++ ) {
distproc.c 849 for ( t = 0; t < SLAP_OP_LAST; t++ ) {
monitor.c 785 for ( op = 0; op < SLAP_OP_LAST; op++ )
chain.c 2109 for ( t = 0; t < SLAP_OP_LAST; t++ ) {
  /src/external/bsd/openldap/dist/tests/progs/
slapd-watcher.c 77 SLAP_OP_LAST
100 unsigned long ops[SLAP_OP_LAST];
237 for ( j = 0; j<SLAP_OP_LAST; j++ )
243 for ( j = 0; j<SLAP_OP_LAST; j++ )
259 for ( j = 0; j<SLAP_OP_LAST; j++ ) {
379 } while ( op < SLAP_OP_LAST );
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
init.c 157 for ( i = 0; i < SLAP_OP_LAST; i++ ) {
back-asyncmeta.h 244 time_t mc_timeout[ SLAP_OP_LAST ];
config.c 1213 for ( i = 0; i < SLAP_OP_LAST; i++ ) {
1219 if ( i == SLAP_OP_LAST ) {
1650 for ( i = 0; i < SLAP_OP_LAST; i++ ) {
2382 for ( j = 0; j < SLAP_OP_LAST; j++ ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
back-meta.h 307 time_t mc_timeout[ SLAP_OP_LAST ];
config.c 1287 for ( i = 0; i < SLAP_OP_LAST; i++ ) {
1293 if ( i == SLAP_OP_LAST ) {
1716 for ( i = 0; i < SLAP_OP_LAST; i++ ) {
2466 for ( j = 0; j < SLAP_OP_LAST; j++ ) {
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
pcache.c 2815 if ( type != SLAP_OP_LAST ) {

Completed in 49 milliseconds