start_record      147 source3/lib/eventlog/eventlog.c 	int32_t start_record, i, new_start;
start_record      164 source3/lib/eventlog/eventlog.c 	start_record = tdb_fetch_int32( the_tdb, EVT_OLDEST_ENTRY );
start_record      181 source3/lib/eventlog/eventlog.c 		(unsigned int)start_record,
start_record      184 source3/lib/eventlog/eventlog.c 	for ( i = start_record; i < end_record; i++ ) {
start_record      227 source3/lib/eventlog/eventlog.c 		 nbytes, needed, (unsigned int)start_record, (unsigned int)i ) );
start_record      230 source3/lib/eventlog/eventlog.c 	if ( start_record != new_start ) {
start_record      231 source3/lib/eventlog/eventlog.c 		for ( i = start_record; i < new_start; i++ ) {