Searched refs:BZ_HDR_h (Results 1 – 3 of 3) sorted by relevance
147 #define BZ_HDR_h 0x68 /* 'h' */ macro
667 bsPutUChar ( s, BZ_HDR_h ); in BZ2_compressBlock()
247 if (uc != BZ_HDR_h) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()