botan ~master (2020-08-19T17:56:38Z)
Dub
Repo
bz_stream
botan
compression
bzip2_hd
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
package extern (
C
) nothrow
static if
(
BOTAN_HAS_BZIP2
)
struct
bz_stream {
ubyte
*
next_in
;
uint
avail_in
;
uint
total_in_lo32
;
uint
total_in_hi32
;
ubyte
*
next_out
;
uint
avail_out
;
uint
total_out_lo32
;
uint
total_out_hi32
;
void
*
state
;
void
*
function
(
void
*,
int
,
int
)
nothrow
bzalloc
;
void
function
(
void
*,
void
*)
nothrow
bzfree
;
void
*
opaque
;
}
Members
Variables
avail_in
uint
avail_in
;
Undocumented in source.
avail_out
uint
avail_out
;
Undocumented in source.
bzalloc
void
*
function
(
void
*,
int
,
int
)
nothrow
bzalloc
;
Undocumented in source.
bzfree
void
function
(
void
*,
void
*)
nothrow
bzfree
;
Undocumented in source.
next_in
ubyte
*
next_in
;
Undocumented in source.
next_out
ubyte
*
next_out
;
Undocumented in source.
opaque
void
*
opaque
;
Undocumented in source.
state
void
*
state
;
Undocumented in source.
total_in_hi32
uint
total_in_hi32
;
Undocumented in source.
total_in_lo32
uint
total_in_lo32
;
Undocumented in source.
total_out_hi32
uint
total_out_hi32
;
Undocumented in source.
total_out_lo32
uint
total_out_lo32
;
Undocumented in source.
Meta
Source
See Implementation
botan
compression
bzip2_hd
functions
BZ2_bzCompress
BZ2_bzCompressEnd
BZ2_bzCompressInit
BZ2_bzDecompress
BZ2_bzDecompressEnd
BZ2_bzDecompressInit
BZ2_bzlibVersion
manifest constants
BZ_CONFIG_ERROR
BZ_DATA_ERROR
BZ_DATA_ERROR_MAGIC
BZ_FINISH
BZ_FINISH_OK
BZ_FLUSH
BZ_FLUSH_OK
BZ_IO_ERROR
BZ_MEM_ERROR
BZ_OK
BZ_OUTBUFF_FULL
BZ_PARAM_ERROR
BZ_RUN
BZ_RUN_OK
BZ_SEQUENCE_ERROR
BZ_STREAM_END
BZ_UNEXPECTED_EOF
structs
bz_stream