#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 in file patchfile.cxx.
|
|
Definition at line 45 of file patchfile.cxx. Referenced by Patchfile::calc_hash(). |
|
|
Definition at line 44 of file patchfile.cxx. Referenced by Patchfile::calc_hash(), and Patchfile::emit_ADD(). |
|
|
Definition at line 69 of file patchfile.cxx. |
|
|
Definition at line 70 of file patchfile.cxx. |
1.3