Searched refs:BZ_HDR_h (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/bzip2/
H A Dbzip2recover.c76 #define BZ_HDR_h 0x68 /* 'h' */ macro
498 bsPutUChar ( bsWr, BZ_HDR_h );
H A Dbzlib_private.h110 #define BZ_HDR_h 0x68 /* 'h' */ macro
H A Dcompress.c626 bsPutUChar ( s, BZ_HDR_h );
H A Ddecompress.c204 if (uc != BZ_HDR_h) RETURN(BZ_DATA_ERROR_MAGIC);

Completed in 113 milliseconds