GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> ZFS / V0-0-2 > zlib_unit_test / sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

zlib_unit_test_data.c File Reference

ZLIB package unit test program sample data sets. More...


Variables

unsigned char zlib_orig_buf_0 []
unsigned int zlib_orig_buf_0_size = sizeof(zlib_orig_buf_0)
unsigned char zlib_comp_buf_0 []
unsigned int zlib_comp_buf_0_size = sizeof(zlib_comp_buf_0)
unsigned char zlib_err_buf_0 []
unsigned int zlib_err_buf_0_size = sizeof(zlib_err_buf_0)
unsigned char zlib_orig_buf_1 []
unsigned int zlib_orig_buf_1_size = sizeof(zlib_orig_buf_1)
unsigned char zlib_comp_buf_1 []
unsigned int zlib_comp_buf_1_size = sizeof(zlib_comp_buf_1)
unsigned char zlib_err_buf_1 []
unsigned int zlib_err_buf_1_size = sizeof(zlib_err_buf_1)


Detailed Description

ZLIB package unit test program sample data sets.

Author:
D.L. Wood

Variable Documentation

unsigned char zlib_comp_buf_0[]

The correct compressed format of zlib_orig_buf_0.

The correct compressed format of zlib_orig_buf_0.

Referenced by zlib_compress_test_func(), zlib_inflate_test_func(), and zlib_inflate_test_param().

unsigned int zlib_comp_buf_0_size = sizeof(zlib_comp_buf_0)

unsigned char zlib_comp_buf_1[]

The correct compressed format of zlib_orig_buf_1.

The correct compressed format of zlib_orig_buf_1.

Referenced by zlib_compress_test_func(), and zlib_inflate_test_func().

unsigned int zlib_comp_buf_1_size = sizeof(zlib_comp_buf_1)

The size in bytes of zlib_comp_buf_1.

The size in bytes of zlib_comp_buf_1.

Referenced by zlib_compress_test_func(), and zlib_inflate_test_func().

unsigned char zlib_err_buf_0[]

The compressed format of zlib_orig_buf_0 with a single bit error.

The compressed format of zlib_orig_buf_0 with a single bit error.

Referenced by zlib_inflate_test_data_err().

unsigned int zlib_err_buf_0_size = sizeof(zlib_err_buf_0)

The size in bytes of zlib_err_buf_0.

The size in bytes of zlib_err_buf_0.

Referenced by zlib_inflate_test_data_err().

unsigned char zlib_err_buf_1[]

The compressed format of zlib_orig_buf_1 with a single bit error.

The compressed format of zlib_orig_buf_1 with a single bit error.

Referenced by zlib_inflate_test_data_err().

unsigned int zlib_err_buf_1_size = sizeof(zlib_err_buf_1)

The size in bytes of zlib_err_buf_1.

The size in bytes of zlib_err_buf_1.

Referenced by zlib_inflate_test_data_err().

unsigned char zlib_orig_buf_0[]

A sample of an original data file to be compressed.

A sample of an original data file to be compressed.

Referenced by zlib_compress_test_func(), zlib_compress_test_param(), and zlib_inflate_test_func().

unsigned int zlib_orig_buf_0_size = sizeof(zlib_orig_buf_0)

unsigned char zlib_orig_buf_1[]

A sample of an original data file to be compressed.

A sample of an original data file to be compressed.

Referenced by zlib_compress_test_func(), and zlib_inflate_test_func().

unsigned int zlib_orig_buf_1_size = sizeof(zlib_orig_buf_1)


Generated on Wed Nov 21 22:24:05 2012 by  doxygen 1.5.8