Displaying 2 results from an estimated 2 matches for "rc_read".
Did you mean:
rec_read
2011 Nov 11
0
[PATCH 5/9] Decompressors: check for read errors in unlzma.c
From: Lasse Collin <lasse.collin@tukaani.org>
Return value of rc->fill() is checked in rc_read() and error() is called
when needed, but then the code continues as if nothing had happened.
rc_read() is a void function and it''s on the top of performance critical
call stacks, so propagating the error code via return values doesn''t sound
like the best fix. It seems better to...
2007 May 30
5
Possible changes to connections
When I originally implemented connections in R 1.2.0, I followed the model
in the 'Green Book' closely. There were a number of features that forced
a particular implementation, and one was getConnection() that allows one
to recreate a connection object from a number.
I am wondering if anyone makes use of this, and if so for what?
It would seem closer to the R philosophy to have