The R Project SVN R

Rev

Rev 58272 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 58272 Rev 62873
Line 253... Line 253...
253
void FAR *in_desc;
253
void FAR *in_desc;
254
out_func out;
254
out_func out;
255
void FAR *out_desc;
255
void FAR *out_desc;
256
{
256
{
257
    struct inflate_state FAR *state;
257
    struct inflate_state FAR *state;
258
    unsigned char FAR *next;    /* next input */
258
    z_const unsigned char FAR *next;    /* next input */
259
    unsigned char FAR *put;     /* next output */
259
    unsigned char FAR *put;     /* next output */
260
    unsigned have, left;        /* available input and output */
260
    unsigned have, left;        /* available input and output */
261
    unsigned long hold;         /* bit buffer */
261
    unsigned long hold;         /* bit buffer */
262
    unsigned bits;              /* bits in bit buffer */
262
    unsigned bits;              /* bits in bit buffer */
263
    unsigned copy;              /* number of stored or match bytes to copy */
263
    unsigned copy;              /* number of stored or match bytes to copy */