Searched refs:COMP_CTX (Results 1 – 3 of 3) sorted by relevance
15 typedef struct comp_ctx_st COMP_CTX; typedef20 int (*init) (COMP_CTX *ctx);21 void (*finish) (COMP_CTX *ctx);22 int (*compress) (COMP_CTX *ctx,25 int (*expand) (COMP_CTX *ctx,44 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth);45 void COMP_CTX_free(COMP_CTX *ctx);46 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen,48 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
139 COMP_CTX *compress; /* compression */
1517 COMP_CTX *expand; /* uncompress */1524 COMP_CTX *compress; /* compression */
Completed in 15 milliseconds