Home
last modified time | relevance | path

Searched defs:comp_ctx_st (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/crypto/comp/
H A Dcomp_local.h23 struct comp_ctx_st { struct
24 struct comp_method_st *meth;
25 unsigned long compress_in;
26 unsigned long compress_out;
27 unsigned long expand_in;
28 unsigned long expand_out;
29 void* data;