libz_rs_sys

Function inflateBackEnd

Source
#[export_name = "inflateBackEnd"]
pub unsafe extern "C-unwind" fn inflateBackEnd(
    _strm: z_streamp,
) -> c_int
Expand description

Deallocates all dynamically allocated data structures for this stream.

This function discards any unprocessed input and does not flush any pending output.

§Returns

§Safety

The caller must guarantee that

  • Either
    • strm is NULL
    • strm satisfies the requirements of &mut *strm and was initialized with inflateBackInit_