Unit 'vd_compress' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_exsystem]

inflate_blocks_state

Declaration

Source position: vd_compress.pas line 269

type inflate_blocks_state = record

  mode: inflate_block_mode;

  

  sub: record

  

    case Byte of

      0: (

          left: Cardinal;

  

        );

      1: (

          trees: record

  

            table: Cardinal;

  

            index: Cardinal;

  

            blens: PuIntArray;

  

            bb: Cardinal;

  

            tb: pInflate_huft;

  

          end;

        );

      2: (

          decode: record

  

            tl: pInflate_huft;

  

            td: pInflate_huft;

  

            codes: pInflate_codes_state;

  

          end;

        );

  end;

  last: Boolean;

  

  bitk: Cardinal;

  

  bitb: LongInt;

  

  hufts: huft_ptr;

  

  window: pBytef;

  

  zend: pBytef;

  

  read: pBytef;

  

  write: pBytef;

  

  checkfn: check_func;

  

  check: LongInt;

  

end;



CT Web help

CodeTyphon Studio