#include <lzo.hpp>
|
static void | init_static () |
|
static constexpr bool | is_thread_safe () |
| Delegates call to RCImpl and returns the result.
|
|
static int | log_level () |
| return the current logging level for all logging
|
|
static void | set_log_level (int level) |
| set the log level for all loggigng
|
|
Definition at line 23 of file lzo.hpp.
◆ anonymous enum
Enumerator |
---|
LZO_COMPRESS | |
LZO_COMPRESS_SWAP | |
Definition at line 27 of file lzo.hpp.
◆ CompressLZO()
openvpn::CompressLZO::CompressLZO |
( |
const Frame::Ptr & |
frame, |
|
|
const SessionStats::Ptr & |
stats, |
|
|
const bool |
support_swap_arg, |
|
|
const bool |
asym_arg |
|
) |
| |
|
inline |
◆ compress()
void openvpn::CompressLZO::compress |
( |
BufferAllocated & |
buf, |
|
|
const bool |
hint |
|
) |
| |
|
inlineoverridevirtual |
◆ decompress()
◆ decompress_work()
◆ init_static()
static void openvpn::CompressLZO::init_static |
( |
| ) |
|
|
inlinestatic |
◆ lzo_extra_buffer()
size_t openvpn::CompressLZO::lzo_extra_buffer |
( |
const size_t |
len | ) |
|
|
inlineprivate |
◆ name()
const char * openvpn::CompressLZO::name |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ OPENVPN_SIMPLE_EXCEPTION()
openvpn::CompressLZO::OPENVPN_SIMPLE_EXCEPTION |
( |
lzo_init_failed |
| ) |
|
◆ asym
const bool openvpn::CompressLZO::asym |
|
private |
◆ lzo_workspace
◆ support_swap
const bool openvpn::CompressLZO::support_swap |
|
private |
◆ work
The documentation for this class was generated from the following file: