API published in:
API deprecated in:
#include <openssl/crypto.h>
Go to the source code of this file.
Data Structures |
|
struct | comp_method_st |
struct | comp_ctx_st |
Typedefs |
|
typedef comp_ctx_st | COMP_CTX |
typedef comp_method_st | COMP_METHOD |
Functions |
|
IMPORT_C COMP_CTX * | COMP_CTX_new (COMP_METHOD *meth) |
IMPORT_C void | COMP_CTX_free (COMP_CTX *ctx) |
IMPORT_C int | COMP_compress_block (COMP_CTX *ctx, unsigned char *out, int olen, unsigned char *in, int ilen) |
IMPORT_C int | COMP_expand_block (COMP_CTX *ctx, unsigned char *out, int olen, unsigned char *in, int ilen) |
IMPORT_C COMP_METHOD * | COMP_rle (void) |
IMPORT_C COMP_METHOD * | COMP_zlib (void) |
IMPORT_C void | ERR_load_COMP_strings (void) |
|
|
|
|
|
|
|
|
|