evbuffer_get_length

Returns the total number of bytes stored in the evbuffer

@param buf pointer to the evbuffer @return the number of bytes stored in the evbuffer

extern (C) nothrow
size_t
evbuffer_get_length
(
const(evbuffer)* buf
)

Meta