#include "config.h"
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <zlib.h>
#include "backtrace.h"
#include "backtrace-supported.h"
#include "internal.h"
#include "testlib.h"
Go to the source code of this file.
◆ zlib_test
Definition at line 80 of file ztest.c.
| Data Fields |
|
const char * |
compressed |
|
|
size_t |
compressed_len |
|
|
const char * |
name |
|
|
const char * |
uncompressed |
|
|
size_t |
uncompressed_len |
|
◆ ZLIB_CLOCK_GETTIME_ARG
| #define ZLIB_CLOCK_GETTIME_ARG CLOCK_REALTIME |
◆ average_time()
◆ error_callback_compress()
| static void error_callback_compress |
( |
void *vdata |
ATTRIBUTE_UNUSED, |
|
|
const char * |
msg, |
|
|
int |
errnum |
|
) |
| |
|
static |
◆ main()
| int main |
( |
int argc |
ATTRIBUTE_UNUSED, |
|
|
char ** |
argv |
|
) |
| |
◆ test_large()
◆ test_samples()
◆ tests