comp_method_st Struct Reference

#include <comp.h>

Data Fields

int  type
const char *  name
int(*  init )(COMP_CTX *ctx)
void(*  finish )(COMP_CTX *ctx)
int(*  compress )(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen)
int(*  expand )(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen)
long(*  ctrl )(void)
long(*  callback_ctrl )(void)

Field Documentation

long(* comp_method_st::callback_ctrl)(void)
 
int(* comp_method_st::compress)(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen)
 
long(* comp_method_st::ctrl)(void)
 
int(* comp_method_st::expand)(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen)
 
void(* comp_method_st::finish)(COMP_CTX *ctx)
 
int(* comp_method_st::init)(COMP_CTX *ctx)
 
const char* comp_method_st::name
 
int comp_method_st::type
 

The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top