#include "config_express.h"
#include "error_utils.h"
#include "patchfile.h"
#include "crypto_utils.h"
#include "streamReader.h"
#include "streamWriter.h"
#include <stdio.h>
Go to the source code of this file.
Defines | |
#define | START_PROFILE(var) |
#define | END_PROFILE(startTime, name) |
Variables | |
const int | _v0_header_length = 4 + 4 + 16 |
const int | _v1_header_length = 4 + 2 + 4 + 16 + 4 + 16 |
|
Definition at line 42 of file patchfile.cxx. Referenced by Patchfile::build(), and Patchfile::build_hash_link_tables(). |
|
Definition at line 41 of file patchfile.cxx. Referenced by Patchfile::build(), and Patchfile::build_hash_link_tables(). |
|
Definition at line 62 of file patchfile.cxx. Referenced by Patchfile::internal_read_header(). |
|
Definition at line 63 of file patchfile.cxx. |