libhttp2 ~master (2020-02-09T19:31:23Z)
Dub
Repo
Buffers.Chain
libhttp2
buffers
Buffers
Undocumented in source.
class
Buffers
static
class
Chain {
Buffer
buf
;
Chain
next
;
static
Chain
opCall
(size_t chunk_length, bool _use_secure_mem, bool _zeroize_on_free);
void
free
();
}
Members
Functions
free
void
free
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
opCall
Chain
opCall
(size_t chunk_length, bool _use_secure_mem, bool _zeroize_on_free)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
buf
Buffer
buf
;
Undocumented in source.
next
Chain
next
;
Undocumented in source.
Meta
Source
See Implementation
libhttp2
buffers
Buffers
classes
Chain
constructors
this
destructors
~this
functions
add
addHold
advance
curAvailable
fastAdd
fastAddHold
fastOr
fastOrHold
free
nextPresent
or
orHold
realloc
remove
removeOne
reset
rewind
seekLastPresent
properties
available
length
variables
chunk_keep
chunk_length
chunk_used
cur
dont_free
head
max_chunk
offset
use_secure_mem
zeroize_on_free