The R Project SVN R

Rev

Rev 62883 | Rev 65837 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 62883 Rev 63235
Line 2752... Line 2752...
2752
 
2752
 
2753
/* Serializes and, optionally, compresses a value and appends the
2753
/* Serializes and, optionally, compresses a value and appends the
2754
   result to a file.  Returns the key position/length key for
2754
   result to a file.  Returns the key position/length key for
2755
   retrieving the value */
2755
   retrieving the value */
2756
 
2756
 
2757
SEXP attribute_hidden
2757
static SEXP
2758
R_lazyLoadDBinsertValue(SEXP value, SEXP file, SEXP ascii,
2758
R_lazyLoadDBinsertValue(SEXP value, SEXP file, SEXP ascii,
2759
			SEXP compsxp, SEXP hook)
2759
			SEXP compsxp, SEXP hook)
2760
{
2760
{
2761
    PROTECT_INDEX vpi;
2761
    PROTECT_INDEX vpi;
2762
    int compress = asInteger(compsxp);
2762
    int compress = asInteger(compsxp);