Searched refs:newestcsn (Results 1 – 1 of 1) sorted by relevance
2237 struct berval oldestcsn = BER_BVNULL, newestcsn = ctxcsn[0], in syncprov_play_accesslog() local2259 if ( ber_bvcmp( &newestcsn, &ctxcsn[i] ) < 0 ) { in syncprov_play_accesslog()2260 newestcsn = ctxcsn[i]; in syncprov_play_accesslog()2301 oldestcsn.bv_len + newestcsn.bv_len + 2 * basedn.bv_len, in syncprov_play_accesslog()2305 oldestcsn.bv_val, newestcsn.bv_val, basedn.bv_val, basedn.bv_val ); in syncprov_play_accesslog()