|
|
|
@ -262,7 +262,6 @@ _ReadExtraToc(ArchiveHandle *AH, TocEntry *te) |
|
|
|
|
* that includes useful information about the TOC entry. |
|
|
|
|
* |
|
|
|
|
* Optional. |
|
|
|
|
* |
|
|
|
|
*/ |
|
|
|
|
static void |
|
|
|
|
_PrintExtraToc(ArchiveHandle *AH, TocEntry *te) |
|
|
|
@ -324,7 +323,6 @@ _WriteData(ArchiveHandle *AH, const void *data, size_t dLen) |
|
|
|
|
* finished. |
|
|
|
|
* |
|
|
|
|
* Optional. |
|
|
|
|
* |
|
|
|
|
*/ |
|
|
|
|
static void |
|
|
|
|
_EndData(ArchiveHandle *AH, TocEntry *te) |
|
|
|
@ -529,8 +527,8 @@ _LoadBlobs(ArchiveHandle *AH, bool drop) |
|
|
|
|
/*
|
|
|
|
|
* Skip the BLOBs from the current file position. |
|
|
|
|
* BLOBS are written sequentially as data blocks (see below). |
|
|
|
|
* Each BLOB is preceded by it's original OID. |
|
|
|
|
* A zero OID indicated the end of the BLOBS |
|
|
|
|
* Each BLOB is preceded by its original OID. |
|
|
|
|
* A zero OID indicates the end of the BLOBS. |
|
|
|
|
*/ |
|
|
|
|
static void |
|
|
|
|
_skipBlobs(ArchiveHandle *AH) |
|
|
|
@ -548,7 +546,7 @@ _skipBlobs(ArchiveHandle *AH) |
|
|
|
|
/*
|
|
|
|
|
* Skip data from current file position. |
|
|
|
|
* Data blocks are formatted as an integer length, followed by data. |
|
|
|
|
* A zero length denoted the end of the block. |
|
|
|
|
* A zero length indicates the end of the block. |
|
|
|
|
*/ |
|
|
|
|
static void |
|
|
|
|
_skipData(ArchiveHandle *AH) |
|
|
|
|