Searched refs:ri_num (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dinit.c407 if ( mt->mt_quarantine.ri_num != mi->mi_quarantine.ri_num )
H A Dconn.c299 dont_retry = ( ri->ri_num[ ri->ri_idx ] == SLAP_RETRYNUM_TAIL
1861 if ( ri->ri_num[ ri->ri_idx ] != SLAP_RETRYNUM_FOREVER
1862 && ri->ri_count == ri->ri_num[ ri->ri_idx ] )
H A Dconfig.c1507 ri->ri_num = NULL;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dconfig.c512 ri->ri_num = ch_calloc( sizeof( int ), i + 1 );
546 ri->ri_num[ i ] = SLAP_RETRYNUM_FOREVER;
548 } else if ( lutil_atoi( &ri->ri_num[ i ], sep ) ) {
557 ri->ri_num[ i ] = SLAP_RETRYNUM_TAIL;
588 for ( i = 0; ri->ri_num[ i ] != SLAP_RETRYNUM_TAIL; i++ ) {
606 if ( ri->ri_num[i] == SLAP_RETRYNUM_FOREVER ) {
613 len = snprintf( ptr, restlen, "%d", ri->ri_num[i] );
638 assert( ri->ri_num != NULL );
639 ch_free( ri->ri_num );
640 ri->ri_num
[all...]
H A Dback-ldap.h190 int *ri_num; member in struct:slap_retry_info_t
H A Dbind.c819 dont_retry = ( ri->ri_num[ ri->ri_idx ] == SLAP_RETRYNUM_TAIL
1241 if ( ri->ri_num[ ri->ri_idx ] != SLAP_RETRYNUM_FOREVER
1242 && ri->ri_count == ri->ri_num[ ri->ri_idx ] )

Completed in 82 milliseconds