LibreOffice Module shell (master) 1
Namespaces | Macros
zipfile.cxx File Reference
#include "zipexcptn.hxx"
#include <zipfile.hxx>
#include <global.hxx>
#include <types.hxx>
#include <stream_helper.hxx>
#include <malloc.h>
#include <algorithm>
#include <memory>
#include <string.h>
#include <o3tl/safeint.hxx>
#include <zlib.h>
Include dependency graph for zipfile.cxx:

Go to the source code of this file.

Namespaces

namespace  internal
 

Macros

#define CDIR_ENTRY_SIG   0x02014b50
 
#define LOC_FILE_HEADER_SIG   0x04034b50
 
#define CDIR_END_SIG   0x06054b50
 
#define BLOCK_SIZE   0x800
 

Macro Definition Documentation

◆ BLOCK_SIZE

#define BLOCK_SIZE   0x800

Definition at line 255 of file zipfile.cxx.

◆ CDIR_END_SIG

#define CDIR_END_SIG   0x06054b50

Definition at line 104 of file zipfile.cxx.

◆ CDIR_ENTRY_SIG

#define CDIR_ENTRY_SIG   0x02014b50

Definition at line 102 of file zipfile.cxx.

◆ LOC_FILE_HEADER_SIG

#define LOC_FILE_HEADER_SIG   0x04034b50

Definition at line 103 of file zipfile.cxx.

Variable Documentation

◆ str_

std::string str_

Definition at line 344 of file zipfile.cxx.