comp.h File Reference

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)

Typedef Documentation

typedef struct comp_ctx_st COMP_CTX
 
typedef struct comp_method_st COMP_METHOD
 

Function Documentation

IMPORT_C int COMP_compress_block COMP_CTX ctx,
unsigned char *  out,
int  olen,
unsigned char *  in,
int  ilen
 
IMPORT_C void COMP_CTX_free COMP_CTX ctx  ) 
 
IMPORT_C COMP_CTX* COMP_CTX_new COMP_METHOD meth  ) 
 
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   ) 
 

Copyright © Nokia Corporation 2001-2008
Back to top