Searched refs:BZ_HDR_B (Results 1 – 3 of 3) sorted by relevance
145 #define BZ_HDR_B 0x42 /* 'B' */ macro
665 bsPutUChar ( s, BZ_HDR_B ); in BZ2_compressBlock()
241 if (uc != BZ_HDR_B) RETURN(BZ_DATA_ERROR_MAGIC); in BZ2_decompress()