![]() |
Nilorea Library
C utilities for networking, threading, graphics
|
LZ4 block-compression wrappers, zip4_nstr / unzip4_nstr. More...
#include <limits.h>#include <stdint.h>#include <string.h>#include "nilorea/n_log.h"#include "nilorea/n_common.h"#include "nilorea/n_str.h"#include "nilorea/n_lz4.h"#include <arpa/inet.h>#include "lz4.h"
Include dependency graph for n_lz4.c:Go to the source code of this file.
Functions | |
| N_STR * | unzip4_nstr (N_STR *src) |
| Decompress an N_STR produced by zip4_nstr. | |
| N_STR * | zip4_nstr (N_STR *src) |
| Compress src with LZ4 block format. | |
LZ4 block-compression wrappers, zip4_nstr / unzip4_nstr.
Definition in file n_lz4.c.