| Used As |
Name |
Used In |
|
PARAM |
cm |
SSL_COMP_add_compression_method (
int id,
COMP_METHOD* cm
) »
|
|
PARAM |
comp |
SSL_COMP_get_name (
COMP_METHOD const* comp
) »
|
|
RETURN |
|
SSL_get_current_compression (
SSL* s
) »
|
|
RETURN |
|
SSL_get_current_expansion (
SSL* s
) »
|
|
FIELD |
.method |
struct ssl_comp_st {
int id,
char const* name,
COMP_METHOD* method
} »
|
|
FIELD |
.meth |
struct comp_ctx_st {
COMP_METHOD* meth,
unsigned long compress_in,
unsigned long compress_out,
unsigned long expand_in,
unsigned long expand_out,
CRYPTO_EX_DATA ex_data
} »
|