COMP_CTX 11 extra_lib/include/openssl/comp.h typedef struct comp_ctx_st COMP_CTX; COMP_CTX 17 extra_lib/include/openssl/comp.h int (*init)(COMP_CTX *ctx); COMP_CTX 18 extra_lib/include/openssl/comp.h void (*finish)(COMP_CTX *ctx); COMP_CTX 19 extra_lib/include/openssl/comp.h int (*compress)(COMP_CTX *ctx, COMP_CTX 22 extra_lib/include/openssl/comp.h int (*expand)(COMP_CTX *ctx, COMP_CTX 42 extra_lib/include/openssl/comp.h COMP_CTX *COMP_CTX_new(COMP_METHOD *meth); COMP_CTX 43 extra_lib/include/openssl/comp.h void COMP_CTX_free(COMP_CTX *ctx); COMP_CTX 44 extra_lib/include/openssl/comp.h int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, COMP_CTX 46 extra_lib/include/openssl/comp.h int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen, COMP_CTX 123 extra_lib/include/openssl/dtls1.h COMP_CTX *compress; /* compression */ COMP_CTX 1059 extra_lib/include/openssl/ssl.h COMP_CTX *expand; /* uncompress */ COMP_CTX 1067 extra_lib/include/openssl/ssl.h COMP_CTX *compress; /* compression */