pacemaker  2.1.4-dc6eb4362
Scalable High-Availability cluster resource manager
Macros | Functions | Variables
pcmk__compress_test.c File Reference
#include <crm_internal.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <setjmp.h>
#include <cmocka.h>
Include dependency graph for pcmk__compress_test.c:

Go to the source code of this file.

Macros

#define SIMPLE_DATA   "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
 

Functions

int main (int argc, char **argv)
 

Variables

const char * SIMPLE_COMPRESSED = "BZh41AY&SYO\x1ai"
 

Macro Definition Documentation

◆ SIMPLE_DATA

#define SIMPLE_DATA   "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"

Definition at line 18 of file pcmk__compress_test.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 42 of file pcmk__compress_test.c.

Variable Documentation

◆ SIMPLE_COMPRESSED

const char* SIMPLE_COMPRESSED = "BZh41AY&SYO\x1ai"

Definition at line 20 of file pcmk__compress_test.c.