help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types] Reference for unit 'zlib_Zbase' (#powtils_main)

inflate_codes_state

Declaration

Source position: zlib_zbase.pas line 144

type inflate_codes_state = record

  mode: inflate_codes_mode;

  len: uInt;

  sub: record

    case Byte of

      0: (

          code: record

            tree: pInflate_huft;

            need: uInt;

          end;

        );

      1: (

          lit: uInt;

        );

      2: (

          copy: record

            get: uInt;

            dist: uInt;

          end;

        );

  end;

  lbits: Byte;

  dbits: Byte;

  ltree: pInflate_huft;

  dtree: pInflate_huft;

end;

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505