GITPackIndexVersion2.m File Reference

#import "GITPackIndexVersion2.h"
#import "GITUtilityBelt.h"
#import "NSData+Hashing.h"

Include dependency graph for GITPackIndexVersion2.m:


Defines

#define EXTENDED_OFFSET_FLAG   (1 << 31)

Variables

static const NSRange kGITPackIndexSignature = {0, 4}
static const NSRange kGITPackIndexVersion = {4, 4}
static const NSRange kGITPackIndexFanout = {8, 256 * 4}
static const NSUInteger kGITPackIndexFanoutSize = 4
static const NSUInteger kGITPackIndexFanoutCount = 256
static const NSUInteger kGITPackIndexSHASize = 20
static const NSUInteger kGITPackIndexCRCSize = 4
static const NSUInteger kGITPackIndexOffsetSize = 4
static const NSUInteger kGITPackIndexExtendedOffsetSize = 8

Define Documentation

#define EXTENDED_OFFSET_FLAG   (1 << 31)


Variable Documentation

const NSUInteger kGITPackIndexCRCSize = 4 [static]

const NSUInteger kGITPackIndexExtendedOffsetSize = 8 [static]

const NSRange kGITPackIndexFanout = {8, 256 * 4} [static]

const NSUInteger kGITPackIndexFanoutCount = 256 [static]

const NSUInteger kGITPackIndexFanoutSize = 4 [static]

const NSUInteger kGITPackIndexOffsetSize = 4 [static]

const NSUInteger kGITPackIndexSHASize = 20 [static]

const NSRange kGITPackIndexSignature = {0, 4} [static]

const NSRange kGITPackIndexVersion = {4, 4} [static]


Generated on Mon Dec 8 22:57:07 2008 for CocoaGit by  doxygen 1.5.7