maxlog            707 source3/lib/debug.c 	int maxlog;
maxlog            712 source3/lib/debug.c 	maxlog = lp_max_log_size() * 1024;
maxlog            713 source3/lib/debug.c 	if( !dbf || maxlog <= 0 ) {
maxlog            726 source3/lib/debug.c 	int         maxlog;
maxlog            740 source3/lib/debug.c 	maxlog = lp_max_log_size() * 1024;
maxlog            742 source3/lib/debug.c 	if( sys_fstat( x_fileno( dbf ), &st ) == 0 && st.st_size > maxlog ) {
maxlog            744 source3/lib/debug.c 		if( dbf && get_file_size( debugf ) > maxlog ) {