CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cmd_zpipe.cc File Reference
#include "cvmfs_config.h"
#include "cmd_zpipe.h"
#include <stdio.h>
#include <cassert>
#include <cstring>
#include "duplex_zlib.h"
Include dependency graph for cmd_zpipe.cc:

Go to the source code of this file.

Macros

#define SET_BINARY_MODE(file)
 
#define CHUNK   16384
 

Functions

int def (FILE *source, FILE *dest, int level)
 
int inf (FILE *source, FILE *dest)
 
void zerr (int ret)
 

Macro Definition Documentation

#define CHUNK   16384

Definition at line 39 of file cmd_zpipe.cc.

Referenced by def(), and inf().

#define SET_BINARY_MODE (   file)

This file is part of the CernVM File System.

Slightly adapted zpipe.c for the use within the CernVM File System

Definition at line 36 of file cmd_zpipe.cc.

Referenced by publish::CmdZpipe::Main().

Function Documentation

int def ( FILE *  source,
FILE *  dest,
int  level 
)

Definition at line 47 of file cmd_zpipe.cc.

Referenced by swissknife::CommandZpipe::Main(), and publish::CmdZpipe::Main().

Here is the call graph for this function:

Here is the caller graph for this function:

int inf ( FILE *  source,
FILE *  dest 
)

Definition at line 103 of file cmd_zpipe.cc.

Referenced by swissknife::CommandZpipe::Main(), and publish::CmdZpipe::Main().

Here is the call graph for this function:

Here is the caller graph for this function:

void zerr ( int  ret)

Definition at line 162 of file cmd_zpipe.cc.

Referenced by swissknife::CommandZpipe::Main(), and publish::CmdZpipe::Main().

Here is the caller graph for this function: