#include <stdio.h>#include <stdlib.h>#include <string.h>#include <openssl/objects.h>#include <openssl/comp.h>Go to the source code of this file.
Functions | |
| COMP_CTX * | COMP_CTX_new (COMP_METHOD *meth) |
| void | COMP_CTX_free (COMP_CTX *ctx) |
| int | COMP_compress_block (COMP_CTX *ctx, unsigned char *out, int olen, unsigned char *in, int ilen) |
| int | COMP_expand_block (COMP_CTX *ctx, unsigned char *out, int olen, unsigned char *in, int ilen) |
| int COMP_compress_block | ( | COMP_CTX * | ctx, |
| unsigned char * | out, | ||
| int | olen, | ||
| unsigned char * | in, | ||
| int | ilen | ||
| ) |
Definition at line 37 of file comp_lib.c.
Definition at line 26 of file comp_lib.c.
| COMP_CTX* COMP_CTX_new | ( | COMP_METHOD * | meth | ) |
Definition at line 7 of file comp_lib.c.
| int COMP_expand_block | ( | COMP_CTX * | ctx, |
| unsigned char * | out, | ||
| int | olen, | ||
| unsigned char * | in, | ||
| int | ilen | ||
| ) |
Definition at line 55 of file comp_lib.c.
1.8.2