libhttp2 v0.2.2 (2015-04-23T18:44:44Z)
Dub
Repo
Buffers.Chain
libhttp2
buffers
Buffers
Undocumented in source.
class
Buffers
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
functions
add
addHold
advance
curAvailable
fastAdd
fastAddHold
fastOr
fastOrHold
free
nextPresent
or
orHold
realloc
remove
removeOne
reset
rewind
seekLastPresent
properties
length
variables
chunk_keep
chunk_length
chunk_used
cur
dont_free
head
max_chunk
offset
use_secure_mem
zeroize_on_free