Searched refs:COMP_CTX (Results 1 – 2 of 2) sorted by relevance
35 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth);36 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx);37 int COMP_CTX_get_type(const COMP_CTX* comp);40 void COMP_CTX_free(COMP_CTX *ctx);42 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen,44 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
199 typedef struct comp_ctx_st COMP_CTX; typedef
Completed in 4 milliseconds