deimos.openssl.comp

Undocumented in source.

Public Imports

deimos.openssl.crypto
public import deimos.openssl.crypto;
Undocumented in source.

Members

Aliases

COMP_CTX
alias COMP_CTX = comp_ctx_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
COMP_METHOD
alias COMP_METHOD = comp_method_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

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.

Manifest constants

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.

Structs

comp_ctx_st
struct comp_ctx_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
comp_method_st
struct comp_method_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta