- BIO_f_zlib
BIO_METHOD* BIO_f_zlib()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- COMP_CTX_free
void COMP_CTX_free(COMP_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- COMP_CTX_new
COMP_CTX* COMP_CTX_new(COMP_METHOD* meth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- COMP_compress_block
int COMP_compress_block(COMP_CTX* ctx, ubyte* out_, int olen, ubyte* in_, int ilen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- COMP_expand_block
int COMP_expand_block(COMP_CTX* ctx, ubyte* out_, int olen, ubyte* in_, int ilen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- COMP_rle
COMP_METHOD* COMP_rle()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- COMP_zlib
COMP_METHOD* COMP_zlib()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- COMP_zlib_cleanup
void COMP_zlib_cleanup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ERR_load_COMP_strings
void ERR_load_COMP_strings()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- COMP_F_BIO_ZLIB_FLUSH
enum COMP_F_BIO_ZLIB_FLUSH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- COMP_F_BIO_ZLIB_NEW
enum COMP_F_BIO_ZLIB_NEW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- COMP_F_BIO_ZLIB_READ
enum COMP_F_BIO_ZLIB_READ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- COMP_F_BIO_ZLIB_WRITE
enum COMP_F_BIO_ZLIB_WRITE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- COMP_R_ZLIB_DEFLATE_ERROR
enum COMP_R_ZLIB_DEFLATE_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- COMP_R_ZLIB_INFLATE_ERROR
enum COMP_R_ZLIB_INFLATE_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- COMP_R_ZLIB_NOT_SUPPORTED
enum COMP_R_ZLIB_NOT_SUPPORTED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.