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)


Detailed Description

Definition at line 13 of file comp.h.


Field Documentation

Definition at line 15 of file comp.h.

const char* comp_method_st::name

Definition at line 16 of file comp.h.

int(* comp_method_st::compress)(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen)

int(* comp_method_st::expand)(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen)

long(* comp_method_st::ctrl)(void)


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

Generated on Thu Aug 20 22:33:07 2009 for OpenXDAS by  doxygen 1.5.6