Skip to content

vtk_fortran_zlib

Source: src/lib/vtk_fortran_zlib.f90

Dependencies

Contents

Variables

NameTypeAttributesDescription
Z_DEFAULT_COMPRESSIONinteger(kind=c_int)parameter
Z_BEST_SPEEDinteger(kind=c_int)parameter
Z_BEST_COMPRESSIONinteger(kind=c_int)parameter

Interfaces

compressBound

compress2

Functions

zlib_compress_bound

Returns: integer(kind=c_long)

fortran
function zlib_compress_bound(n) result(bound)

Arguments

NameTypeIntentAttributesDescription
ninteger(kind=c_long)value

Call graph

zlib_compress2

Compress a byte buffer with zlib compress2.

Returns: integer(kind=c_int)

fortran
function zlib_compress2(dst, dst_len, src, src_len, level) result(ret)

Arguments

NameTypeIntentAttributesDescription
dstinteger(kind=c_signed_char)inouttarget
dst_leninteger(kind=c_long)inouttarget
srcinteger(kind=c_signed_char)intarget
src_leninteger(kind=c_long)in
levelinteger(kind=c_int)in

Call graph