OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
comp_ctx_st Struct Reference

#include <comp.h>

Public Attributes

COMP_METHODmeth
 
unsigned long compress_in
 
unsigned long compress_out
 
unsigned long expand_in
 
unsigned long expand_out
 
CRYPTO_EX_DATA ex_data
 

Detailed Description

Definition at line 30 of file comp.h.

Member Data Documentation

unsigned long comp_ctx_st::compress_in

Definition at line 33 of file comp.h.

unsigned long comp_ctx_st::compress_out

Definition at line 34 of file comp.h.

CRYPTO_EX_DATA comp_ctx_st::ex_data

Definition at line 38 of file comp.h.

unsigned long comp_ctx_st::expand_in

Definition at line 35 of file comp.h.

unsigned long comp_ctx_st::expand_out

Definition at line 36 of file comp.h.

COMP_METHOD * comp_ctx_st::meth

Definition at line 32 of file comp.h.


The documentation for this struct was generated from the following files: